Class MyPCMStoExLexer
java.lang.Object
org.antlr.runtime.BaseRecognizer
org.antlr.runtime.Lexer
org.palladiosimulator.pcm.stochasticexpressions.parser.PCMStoExLexer
org.palladiosimulator.pcm.stochasticexpressions.parser.MyPCMStoExLexer
- All Implemented Interfaces:
org.antlr.runtime.TokenSource
-
Field Summary
Fields inherited from class org.palladiosimulator.pcm.stochasticexpressions.parser.PCMStoExLexer
ALPHA, AND, BOOL, BOOLPMF, BYTESIZE, COLON, COMMENT, DEFINITION, dfa13, DIGIT, DIV, DOT, DOUBLEPDF, DOUBLEPMF, ENUMPMF, EOF, EQUAL, Exponent, FALSE, GREATER, GREATEREQUAL, ID, IDPART, IDSTART, INNER, INTPMF, LESS, LESSEQUAL, LINE_COMMENT, LPAREN, MINUS, MOD, MUL, NOT, NOTEQUAL, NUMBER, NUMBER_OF_ELEMENTS, OR, ORDERED_DEF, PLUS, POW, RPAREN, SEMI, SQUARE_PAREN_L, SQUARE_PAREN_R, STRING_LITERAL, STRUCTURE, T__55, T__56, TRUE, TYPE, UNIT, VALUE, WS, XOR
Fields inherited from class org.antlr.runtime.Lexer
input
Fields inherited from class org.antlr.runtime.BaseRecognizer
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
reportError
(org.antlr.runtime.RecognitionException arg0) Methods inherited from class org.palladiosimulator.pcm.stochasticexpressions.parser.PCMStoExLexer
getGrammarFileName, mALPHA, mAND, mBOOL, mBOOLPMF, mBYTESIZE, mCOLON, mCOMMENT, mDEFINITION, mDIGIT, mDIV, mDOT, mDOUBLEPDF, mDOUBLEPMF, mENUMPMF, mEQUAL, mExponent, mFALSE, mGREATER, mGREATEREQUAL, mID, mIDPART, mIDSTART, mINNER, mINTPMF, mLESS, mLESSEQUAL, mLINE_COMMENT, mLPAREN, mMINUS, mMOD, mMUL, mNOT, mNOTEQUAL, mNUMBER, mNUMBER_OF_ELEMENTS, mOR, mORDERED_DEF, mPLUS, mPOW, mRPAREN, mSEMI, mSQUARE_PAREN_L, mSQUARE_PAREN_R, mSTRING_LITERAL, mSTRUCTURE, mT__55, mT__56, mTokens, mTRUE, mTYPE, mUNIT, mVALUE, mWS, mXOR
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, 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, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
-
Constructor Details
-
MyPCMStoExLexer
public MyPCMStoExLexer(org.antlr.runtime.CharStream input)
-
-
Method Details
-
reportError
public void reportError(org.antlr.runtime.RecognitionException arg0) - Overrides:
reportError
in classorg.antlr.runtime.Lexer
-
hasErrors
public boolean hasErrors() -
getErrors
-