public interface IASDebugStream
| Modifier and Type | Method and Description |
|---|---|
String |
getEntireText()
Returns the entire text input to the lexer.
|
TokenOffsetInfo |
getOffsetInfo(Token token)
Returns the offset information for the token
|
String getEntireText()
null, if error occured or System.in was used.TokenOffsetInfo getOffsetInfo(Token token)
token - the token whose information need to be retrievednullCopyright © 2017–2019 Eclipse Foundation. All rights reserved.