|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.exolab.jms.selector.Context
This class encapsulates the context of a parsed token.
SelectorException,
SelectorAST| Constructor Summary | |
Context(int line,
int column)
Construct a new Context |
|
| Method Summary | |
int |
getColumn()
Returns the column where the token was encountered |
int |
getLine()
Returns the line where the token was encountered |
java.lang.String |
toString()
Returns a string representation of this |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Context(int line,
int column)
Contextline - the line where the token was encounteredcolumn - the column where the token was encountered| Method Detail |
public int getLine()
public int getColumn()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||