Class FlexTokenSource.CommonTokenWithText

  • All Implemented Interfaces:
    java.io.Serializable, org.antlr.runtime.Token
    Enclosing class:
    FlexTokenSource

    public static class FlexTokenSource.CommonTokenWithText
    extends org.antlr.runtime.CommonToken
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.antlr.runtime.CommonToken

        channel, charPositionInLine, index, input, line, start, stop, text, type
      • Fields inherited from interface org.antlr.runtime.Token

        DEFAULT_CHANNEL, DOWN, EOF, EOF_TOKEN, EOR_TOKEN_TYPE, HIDDEN_CHANNEL, INVALID_TOKEN, INVALID_TOKEN_TYPE, MIN_TOKEN_TYPE, SKIP_TOKEN, UP
    • Constructor Summary

      Constructors 
      Constructor Description
      CommonTokenWithText​(java.lang.String tokenText, int type, int defaultChannel, int offset)  
    • Method Summary

      • Methods inherited from class org.antlr.runtime.CommonToken

        getChannel, getCharPositionInLine, getInputStream, getLine, getStartIndex, getStopIndex, getText, getTokenIndex, getType, setChannel, setCharPositionInLine, setInputStream, setLine, setStartIndex, setStopIndex, setText, setTokenIndex, setType, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CommonTokenWithText

        public CommonTokenWithText​(java.lang.String tokenText,
                                   int type,
                                   int defaultChannel,
                                   int offset)