antlr.ASdebug
public interface IASDebugStream
| Method Summary | |
|---|---|
| String | getEntireText()
Returns the entire text input to the lexer. |
| TokenOffsetInfo | getOffsetInfo(Token token)
Returns the offset information for the token |
Returns: The entire text or null, if error occured or System.in was used.
Parameters: token the token whose information need to be retrieved
Returns: offset info, or null