biz.hammurapi.legacy.review
Interface SourceMarker

All Known Implementing Classes:
AST, SimpleSourceMarker, Token

public interface SourceMarker

Version:
$Revision: 1.2 $
Author:
Pavel Vlasov

Method Summary
 int getColumn()
           
 int getLine()
           
 java.lang.Integer getSourceId()
          Crude hack, but can't come up with anything better at the time.
 java.lang.String getSourceURL()
           
 

Method Detail

getLine

int getLine()

getColumn

int getColumn()

getSourceURL

java.lang.String getSourceURL()

getSourceId

java.lang.Integer getSourceId()
Crude hack, but can't come up with anything better at the time.

Returns:
"Primary key" of source file.


Copyright © 2003 Hammurapi Group. All Rights Reserved.