Package antlr.ASdebug
Class ASDebugStream
- java.lang.Object
-
- antlr.ASdebug.ASDebugStream
-
public final class ASDebugStream extends Object
Default implementation ofIASDebugStreammethods.- Author:
- Prashant Deva
-
-
Constructor Summary
Constructors Constructor Description ASDebugStream()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetEntireText(TokenStream stream)static TokenOffsetInfogetOffsetInfo(TokenStream stream, Token token)
-
-
-
Method Detail
-
getEntireText
public static String getEntireText(TokenStream stream)
-
getOffsetInfo
public static TokenOffsetInfo getOffsetInfo(TokenStream stream, Token token)
-
-