Class LogicLexer

  • All Implemented Interfaces:
    antlr.TokenStream, LogicTokenTypes

    public class LogicLexer
    extends antlr.CharScanner
    implements LogicTokenTypes, antlr.TokenStream
    • Constructor Summary

      Constructors 
      Constructor Description
      LogicLexer​(antlr.InputBuffer ib)  
      LogicLexer​(antlr.LexerSharedInputState state)  
      LogicLexer​(java.io.InputStream in)  
      LogicLexer​(java.io.Reader in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mCLOSE_PAREN​(boolean _createToken)  
      void mIDENTIFIER​(boolean _createToken)  
      void mOPEN_PAREN​(boolean _createToken)  
      void mWS​(boolean _createToken)  
      antlr.Token nextToken()  
      • Methods inherited from class antlr.CharScanner

        append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF
      • Methods inherited from class java.lang.Object

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

      • LogicLexer

        public LogicLexer​(java.io.InputStream in)
      • LogicLexer

        public LogicLexer​(java.io.Reader in)
      • LogicLexer

        public LogicLexer​(antlr.InputBuffer ib)
      • LogicLexer

        public LogicLexer​(antlr.LexerSharedInputState state)
    • Method Detail

      • nextToken

        public antlr.Token nextToken()
                              throws antlr.TokenStreamException
        Specified by:
        nextToken in interface antlr.TokenStream
        Throws:
        antlr.TokenStreamException
      • mOPEN_PAREN

        public final void mOPEN_PAREN​(boolean _createToken)
                               throws antlr.RecognitionException,
                                      antlr.CharStreamException,
                                      antlr.TokenStreamException
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mCLOSE_PAREN

        public final void mCLOSE_PAREN​(boolean _createToken)
                                throws antlr.RecognitionException,
                                       antlr.CharStreamException,
                                       antlr.TokenStreamException
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mWS

        public final void mWS​(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mIDENTIFIER

        public final void mIDENTIFIER​(boolean _createToken)
                               throws antlr.RecognitionException,
                                      antlr.CharStreamException,
                                      antlr.TokenStreamException
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException