org.eclipse.amp.amf.abase.parser.antlr.internal
Class InternalABaseParser
java.lang.Object
org.antlr.runtime.BaseRecognizer
org.antlr.runtime.Parser
org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
org.eclipse.amp.amf.abase.parser.antlr.internal.InternalABaseParser
public class InternalABaseParser
- extends org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
Nested classes/interfaces inherited from class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser |
org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ErrorContext, org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.LexerErrorContext, org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ParserErrorContext, org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.UnorderedGroupErrorContext, org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ValueConverterErrorContext |
Fields inherited from class org.antlr.runtime.Parser |
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 |
Methods inherited from class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser |
add, add, addWithLastConsumed, afterParserOrEnumRuleCall, appendAllTokens, appendError, appendSkippedTokens, appendTrailingHiddenTokens, associateNodeWithAstElement, createErrorContext, createModelElement, createModelElement, createModelElement, createModelElementForParent, createModelElementForParent, createValueConverterErrorContext, displayRecognitionError, emitErrorMessage, enterRule, forceCreateModelElement, forceCreateModelElementAndAdd, forceCreateModelElementAndSet, getErrorMessage, getInput, getLastLeafNode, getNodeModelBuilder, getSemanticModelBuilder, getSyntaxErrorMessage, getSyntaxErrorProvider, getUnorderedGroupHelper, getValueConverterExceptionMessage, handleValueConverterException, insertCompositeNode, leaveRule, newCompositeNode, newLeafNode, parse, parse, recover, recoverFromMismatchedToken, registerRules, reportError, set, set, setNodeModelBuilder, setSemanticModelBuilder, setSyntaxErrorProvider, setTokenTypeMap, setUnorderedGroupHelper, setWithLastConsumed, superGetErrorMessage |
Methods inherited from class org.antlr.runtime.Parser |
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut |
Methods inherited from class org.antlr.runtime.BaseRecognizer |
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, endResync, failed, getBacktrackingLevel, getErrorHeader, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recoverFromMismatchedSet, setBacktrackingLevel, toStrings, traceIn, traceOut |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tokenNames
public static final java.lang.String[] tokenNames
RULE_ID
public static final int RULE_ID
- See Also:
- Constant Field Values
RULE_STRING
public static final int RULE_STRING
- See Also:
- Constant Field Values
T__15
public static final int T__15
- See Also:
- Constant Field Values
T__14
public static final int T__14
- See Also:
- Constant Field Values
RULE_ANY_OTHER
public static final int RULE_ANY_OTHER
- See Also:
- Constant Field Values
RULE_INT
public static final int RULE_INT
- See Also:
- Constant Field Values
RULE_REAL
public static final int RULE_REAL
- See Also:
- Constant Field Values
RULE_WS
public static final int RULE_WS
- See Also:
- Constant Field Values
RULE_SL_COMMENT
public static final int RULE_SL_COMMENT
- See Also:
- Constant Field Values
RULE_DESC_STRING
public static final int RULE_DESC_STRING
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
RULE_INTEGER
public static final int RULE_INTEGER
- See Also:
- Constant Field Values
RULE_ML_COMMENT
public static final int RULE_ML_COMMENT
- See Also:
- Constant Field Values
FOLLOW_ruleValue_in_entryRuleValue75
public static final org.antlr.runtime.BitSet FOLLOW_ruleValue_in_entryRuleValue75
FOLLOW_EOF_in_entryRuleValue85
public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_entryRuleValue85
FOLLOW_ruleIntValue_in_ruleValue132
public static final org.antlr.runtime.BitSet FOLLOW_ruleIntValue_in_ruleValue132
FOLLOW_ruleStringValue_in_ruleValue159
public static final org.antlr.runtime.BitSet FOLLOW_ruleStringValue_in_ruleValue159
FOLLOW_ruleRealValue_in_ruleValue186
public static final org.antlr.runtime.BitSet FOLLOW_ruleRealValue_in_ruleValue186
FOLLOW_ruleBooleanValue_in_ruleValue213
public static final org.antlr.runtime.BitSet FOLLOW_ruleBooleanValue_in_ruleValue213
FOLLOW_ruleIntValue_in_entryRuleIntValue248
public static final org.antlr.runtime.BitSet FOLLOW_ruleIntValue_in_entryRuleIntValue248
FOLLOW_EOF_in_entryRuleIntValue258
public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_entryRuleIntValue258
FOLLOW_RULE_INTEGER_in_ruleIntValue299
public static final org.antlr.runtime.BitSet FOLLOW_RULE_INTEGER_in_ruleIntValue299
FOLLOW_ruleRealValue_in_entryRuleRealValue339
public static final org.antlr.runtime.BitSet FOLLOW_ruleRealValue_in_entryRuleRealValue339
FOLLOW_EOF_in_entryRuleRealValue349
public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_entryRuleRealValue349
FOLLOW_RULE_REAL_in_ruleRealValue390
public static final org.antlr.runtime.BitSet FOLLOW_RULE_REAL_in_ruleRealValue390
FOLLOW_ruleStringValue_in_entryRuleStringValue430
public static final org.antlr.runtime.BitSet FOLLOW_ruleStringValue_in_entryRuleStringValue430
FOLLOW_EOF_in_entryRuleStringValue440
public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_entryRuleStringValue440
FOLLOW_RULE_STRING_in_ruleStringValue481
public static final org.antlr.runtime.BitSet FOLLOW_RULE_STRING_in_ruleStringValue481
FOLLOW_ruleBooleanValue_in_entryRuleBooleanValue521
public static final org.antlr.runtime.BitSet FOLLOW_ruleBooleanValue_in_entryRuleBooleanValue521
FOLLOW_EOF_in_entryRuleBooleanValue531
public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_entryRuleBooleanValue531
FOLLOW_ruleBOOLEAN_in_ruleBooleanValue576
public static final org.antlr.runtime.BitSet FOLLOW_ruleBOOLEAN_in_ruleBooleanValue576
FOLLOW_14_in_ruleBOOLEAN625
public static final org.antlr.runtime.BitSet FOLLOW_14_in_ruleBOOLEAN625
FOLLOW_15_in_ruleBOOLEAN642
public static final org.antlr.runtime.BitSet FOLLOW_15_in_ruleBOOLEAN642
InternalABaseParser
public InternalABaseParser(org.antlr.runtime.TokenStream input)
InternalABaseParser
public InternalABaseParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state)
InternalABaseParser
public InternalABaseParser(org.antlr.runtime.TokenStream input,
ABaseGrammarAccess grammarAccess)
getTokenNames
public java.lang.String[] getTokenNames()
- Overrides:
getTokenNames
in class org.antlr.runtime.BaseRecognizer
getGrammarFileName
public java.lang.String getGrammarFileName()
- Overrides:
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
getFirstRuleName
protected java.lang.String getFirstRuleName()
- Specified by:
getFirstRuleName
in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
getGrammarAccess
protected ABaseGrammarAccess getGrammarAccess()
- Specified by:
getGrammarAccess
in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
entryRuleValue
public final org.eclipse.emf.ecore.EObject entryRuleValue()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
ruleValue
public final org.eclipse.emf.ecore.EObject ruleValue()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
entryRuleIntValue
public final org.eclipse.emf.ecore.EObject entryRuleIntValue()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
ruleIntValue
public final org.eclipse.emf.ecore.EObject ruleIntValue()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
entryRuleRealValue
public final org.eclipse.emf.ecore.EObject entryRuleRealValue()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
ruleRealValue
public final org.eclipse.emf.ecore.EObject ruleRealValue()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
entryRuleStringValue
public final org.eclipse.emf.ecore.EObject entryRuleStringValue()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
ruleStringValue
public final org.eclipse.emf.ecore.EObject ruleStringValue()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
entryRuleBooleanValue
public final org.eclipse.emf.ecore.EObject entryRuleBooleanValue()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
ruleBooleanValue
public final org.eclipse.emf.ecore.EObject ruleBooleanValue()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
ruleBOOLEAN
public final org.eclipse.emf.common.util.Enumerator ruleBOOLEAN()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException