public interface IASDebugStream
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntireText()
Returns the entire text input to the lexer.
|
TokenOffsetInfo |
getOffsetInfo(Token token)
Returns the offset information for the token
|
java.lang.String getEntireText()
null
, if error occured or System.in was used.TokenOffsetInfo getOffsetInfo(Token token)
token
- the token whose information need to be retrievednull