edu.cs.ai.kreator.parser.groundatom
Class GroundAtomLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class GroundAtomLexer
extends org.antlr.runtime.Lexer


Field Summary
static int Alphanum
           
static int ARGUMENTS
           
static int ARITY
           
static int ATOM
           
static int ATOM_EXPRESSION
           
static int BLOCK_COMMENT
           
static int CONSTANT
           
static int Digit
           
static int DIGITS
           
static int EMPTY
           
static int EOF
           
static int FALSE_ATOM_EXPRESSION
           
static int GROUND_ATOM_EXPRESSIONS
           
static int IDENTIFIER_L
           
static int IDENTIFIER_U
           
static int IdentifierBody
           
static int LetterLowercase
           
static int LetterUppercase
           
static int LINE_COMMENT
           
static org.apache.log4j.Logger LOG
           
static int NEWLINE
           
static int PREDICATE
           
static int PROBABILITY
           
static int QUERIES
           
static int QUERY
           
static int QUESTION_PART
           
static int RANGE_VALUE
           
static int T32
           
static int T33
           
static int T34
           
static int T35
           
static int T36
           
static int T37
           
static int T38
           
static int T39
           
static int Tokens
           
static int TRUE_ATOM_EXPRESSION
           
static int VARIABLE
           
static int WHITESPACE
           
 
Fields inherited from class org.antlr.runtime.Lexer
channel, input, text, token, tokenStartCharIndex, tokenStartCharPositionInLine, tokenStartLine, type
 
Fields inherited from class org.antlr.runtime.BaseRecognizer
_fsp, backtracking, DEFAULT_TOKEN_CHANNEL, errorRecovery, failed, following, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, lastErrorIndex, MEMO_RULE_FAILED, MEMO_RULE_FAILED_I, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, ruleMemo
 
Constructor Summary
GroundAtomLexer()
           
GroundAtomLexer(org.antlr.runtime.CharStream input)
           
 
Method Summary
 void emitErrorMessage(java.lang.String msg)
           
 java.lang.String getGrammarFileName()
           
 void mAlphanum()
           
 void mBLOCK_COMMENT()
           
 void mDigit()
           
 void mDIGITS()
           
 void mIDENTIFIER_L()
           
 void mIDENTIFIER_U()
           
 void mIdentifierBody()
           
 void mLetterLowercase()
           
 void mLetterUppercase()
           
 void mLINE_COMMENT()
           
 void mNEWLINE()
           
 void mPROBABILITY()
           
 void mT32()
           
 void mT33()
           
 void mT34()
           
 void mT35()
           
 void mT36()
           
 void mT37()
           
 void mT38()
           
 void mT39()
           
 void mTokens()
           
 void mWHITESPACE()
           
 void reportError(org.antlr.runtime.RecognitionException re)
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorMessage, getLine, getText, match, match, matchAny, matchRange, nextToken, recover, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, endResync, getBacktrackingLevel, getErrorHeader, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatch, pushFollow, recover, recoverFromMismatchedElement, recoverFromMismatchedSet, recoverFromMismatchedToken, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LetterLowercase

public static final int LetterLowercase
See Also:
Constant Field Values

ARGUMENTS

public static final int ARGUMENTS
See Also:
Constant Field Values

ATOM_EXPRESSION

public static final int ATOM_EXPRESSION
See Also:
Constant Field Values

LINE_COMMENT

public static final int LINE_COMMENT
See Also:
Constant Field Values

DIGITS

public static final int DIGITS
See Also:
Constant Field Values

Alphanum

public static final int Alphanum
See Also:
Constant Field Values

WHITESPACE

public static final int WHITESPACE
See Also:
Constant Field Values

ATOM

public static final int ATOM
See Also:
Constant Field Values

Digit

public static final int Digit
See Also:
Constant Field Values

Tokens

public static final int Tokens
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

PREDICATE

public static final int PREDICATE
See Also:
Constant Field Values

IdentifierBody

public static final int IdentifierBody
See Also:
Constant Field Values

EMPTY

public static final int EMPTY
See Also:
Constant Field Values

RANGE_VALUE

public static final int RANGE_VALUE
See Also:
Constant Field Values

TRUE_ATOM_EXPRESSION

public static final int TRUE_ATOM_EXPRESSION
See Also:
Constant Field Values

NEWLINE

public static final int NEWLINE
See Also:
Constant Field Values

VARIABLE

public static final int VARIABLE
See Also:
Constant Field Values

QUESTION_PART

public static final int QUESTION_PART
See Also:
Constant Field Values

QUERIES

public static final int QUERIES
See Also:
Constant Field Values

LetterUppercase

public static final int LetterUppercase
See Also:
Constant Field Values

CONSTANT

public static final int CONSTANT
See Also:
Constant Field Values

BLOCK_COMMENT

public static final int BLOCK_COMMENT
See Also:
Constant Field Values

QUERY

public static final int QUERY
See Also:
Constant Field Values

ARITY

public static final int ARITY
See Also:
Constant Field Values

T38

public static final int T38
See Also:
Constant Field Values

T37

public static final int T37
See Also:
Constant Field Values

PROBABILITY

public static final int PROBABILITY
See Also:
Constant Field Values

T39

public static final int T39
See Also:
Constant Field Values

IDENTIFIER_L

public static final int IDENTIFIER_L
See Also:
Constant Field Values

T34

public static final int T34
See Also:
Constant Field Values

T33

public static final int T33
See Also:
Constant Field Values

GROUND_ATOM_EXPRESSIONS

public static final int GROUND_ATOM_EXPRESSIONS
See Also:
Constant Field Values

T36

public static final int T36
See Also:
Constant Field Values

T35

public static final int T35
See Also:
Constant Field Values

FALSE_ATOM_EXPRESSION

public static final int FALSE_ATOM_EXPRESSION
See Also:
Constant Field Values

T32

public static final int T32
See Also:
Constant Field Values

IDENTIFIER_U

public static final int IDENTIFIER_U
See Also:
Constant Field Values

LOG

public static final org.apache.log4j.Logger LOG
Constructor Detail

GroundAtomLexer

public GroundAtomLexer()

GroundAtomLexer

public GroundAtomLexer(org.antlr.runtime.CharStream input)
Method Detail

reportError

public void reportError(org.antlr.runtime.RecognitionException re)
Overrides:
reportError in class org.antlr.runtime.Lexer

emitErrorMessage

public void emitErrorMessage(java.lang.String msg)
Overrides:
emitErrorMessage in class org.antlr.runtime.BaseRecognizer

getGrammarFileName

public java.lang.String getGrammarFileName()
Overrides:
getGrammarFileName in class org.antlr.runtime.BaseRecognizer

mT32

public final void mT32()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT33

public final void mT33()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT34

public final void mT34()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT35

public final void mT35()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT36

public final void mT36()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT37

public final void mT37()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT38

public final void mT38()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT39

public final void mT39()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mIdentifierBody

public final void mIdentifierBody()
                           throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mAlphanum

public final void mAlphanum()
                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mLetterUppercase

public final void mLetterUppercase()
                            throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mLetterLowercase

public final void mLetterLowercase()
                            throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mDigit

public final void mDigit()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mIDENTIFIER_L

public final void mIDENTIFIER_L()
                         throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mIDENTIFIER_U

public final void mIDENTIFIER_U()
                         throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mPROBABILITY

public final void mPROBABILITY()
                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mDIGITS

public final void mDIGITS()
                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mNEWLINE

public final void mNEWLINE()
                    throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mWHITESPACE

public final void mWHITESPACE()
                       throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mLINE_COMMENT

public final void mLINE_COMMENT()
                         throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mBLOCK_COMMENT

public final void mBLOCK_COMMENT()
                          throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mTokens

public void mTokens()
             throws org.antlr.runtime.RecognitionException
Specified by:
mTokens in class org.antlr.runtime.Lexer
Throws:
org.antlr.runtime.RecognitionException