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