de.cau.cs.kieler.core.expressions.parser.antlr.internal
Class InternalExpressionsParser

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Parser
          extended by org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
              extended by de.cau.cs.kieler.core.expressions.parser.antlr.internal.InternalExpressionsParser

public class InternalExpressionsParser
extends org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser

Rating red

Nested Class Summary
 
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.ParserErrorContext, org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.UnorderedGroupErrorContext, org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.ValueConverterErrorContext
 
Field Summary
protected  de.cau.cs.kieler.core.expressions.parser.antlr.internal.InternalExpressionsParser.DFA1 dfa1
           
static int EOF
           
static int RULE_ANY_OTHER
           
static int RULE_BOOLEAN
           
static int RULE_COMMENT_ANNOTATION
           
static int RULE_FLOAT
           
static int RULE_HOSTCODE
           
static int RULE_ID
           
static int RULE_INT
           
static int RULE_ML_COMMENT
           
static int RULE_SL_COMMENT
           
static int RULE_STRING
           
static int RULE_WS
           
static String[] tokenNames
           
 
Fields inherited from class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
currentNode, factory, lastConsumedIndex, lastConsumedNode
 
Fields inherited from class org.antlr.runtime.Parser
input
 
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
InternalExpressionsParser(org.antlr.runtime.TokenStream input)
           
InternalExpressionsParser(org.antlr.runtime.TokenStream input, org.eclipse.xtext.parser.IAstFactory factory, ExpressionsGrammarAccess grammarAccess)
           
 
Method Summary
 EObject entryRuleAddExpression()
           
 EObject entryRuleAndExpression()
           
 EObject entryRuleAtomicExpression()
           
 EObject entryRuleAtomicValuedExpression()
           
 EObject entryRuleBooleanExpression()
           
 EObject entryRuleBooleanValue()
           
 EObject entryRuleCommentAnnotation()
           
 EObject entryRuleCompareOperation()
           
 EObject entryRuleDivExpression()
           
 String entryRuleEString()
           
 EObject entryRuleExpression()
           
 EObject entryRuleFloatValue()
           
 EObject entryRuleIntValue()
           
 EObject entryRuleKeyValueAnnotation()
           
 EObject entryRuleModExpression()
           
 EObject entryRuleMultExpression()
           
 EObject entryRuleNotExpression()
           
 EObject entryRuleNotOrValuedExpression()
           
 EObject entryRuleOrExpression()
           
 EObject entryRuleSubExpression()
           
 EObject entryRuleTextExpression()
           
 EObject entryRuleValuedExpression()
           
 EObject entryRuleValuedObjectReference()
           
 EObject entryRuleValuedObjectTestExpression()
           
protected  String getFirstRuleName()
           
protected  ExpressionsGrammarAccess getGrammarAccess()
           
 String getGrammarFileName()
           
protected  InputStream getTokenFile()
           
 String[] getTokenNames()
           
 EObject ruleAddExpression()
           
 Enumerator ruleAddOperator()
           
 EObject ruleAndExpression()
           
 Enumerator ruleAndOperator()
           
 EObject ruleAtomicExpression()
           
 EObject ruleAtomicValuedExpression()
           
 EObject ruleBooleanExpression()
           
 EObject ruleBooleanValue()
           
 EObject ruleCommentAnnotation()
           
 EObject ruleCompareOperation()
           
 Enumerator ruleCompareOperator()
           
 EObject ruleDivExpression()
           
 Enumerator ruleDivOperator()
           
 org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken ruleEString()
           
 EObject ruleExpression()
           
 EObject ruleFloatValue()
           
 EObject ruleIntValue()
           
 EObject ruleKeyValueAnnotation()
           
 EObject ruleModExpression()
           
 Enumerator ruleModOperator()
           
 EObject ruleMultExpression()
           
 Enumerator ruleMultOperator()
           
 EObject ruleNotExpression()
           
 Enumerator ruleNotOperator()
           
 EObject ruleNotOrValuedExpression()
           
 EObject ruleOrExpression()
           
 Enumerator ruleOrOperator()
           
 Enumerator rulePreOperator()
           
 EObject ruleSubExpression()
           
 Enumerator ruleSubOperator()
           
 EObject ruleTextExpression()
           
 EObject ruleValuedExpression()
           
 EObject ruleValuedObjectReference()
           
 EObject ruleValuedObjectTestExpression()
           
 Enumerator ruleValueTestOperator()
           
 void synpred1_fragment()
           
 boolean synpred1()
           
 void synpred16_fragment()
           
 boolean synpred16()
           
 void synpred17_fragment()
           
 boolean synpred17()
           
 void synpred4_fragment()
           
 boolean synpred4()
           
 void synpred5_fragment()
           
 boolean synpred5()
           
 
Methods inherited from class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser
add, appendAllTokens, appendSkippedTokens, appendTrailingHiddenTokens, associateNodeWithAstElement, createCompositeNode, createErrorContext, createLeafNode, createValueConverterErrorContext, displayRecognitionError, emitErrorMessage, getCurrentNode, getErrorMessage, getInput, getSyntaxErrorMessage, getSyntaxErrorProvider, getUnorderedGroupHelper, getValueConverterExceptionMessage, handleValueConverterException, match, moveLookaheadInfo, parse, parse, recover, recoverFromMismatchedToken, registerRules, reportError, resetLookahead, set, setCurrentLookahead, setLexerRule, setSyntaxErrorProvider, setTokenTypeMap, setUnorderedGroupHelper, superGetErrorMessage
 
Methods inherited from class org.antlr.runtime.Parser
getTokenStream, reset, setTokenStream, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, endResync, getBacktrackingLevel, getErrorHeader, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, matchAny, memoize, mismatch, pushFollow, recoverFromMismatchedElement, recoverFromMismatchedSet, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokenNames

public static final String[] tokenNames

RULE_ML_COMMENT

public static final int RULE_ML_COMMENT
See Also:
Constant Field Values

RULE_ID

public static final int RULE_ID
See Also:
Constant Field Values

RULE_WS

public static final int RULE_WS
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

RULE_INT

public static final int RULE_INT
See Also:
Constant Field Values

RULE_STRING

public static final int RULE_STRING
See Also:
Constant Field Values

RULE_COMMENT_ANNOTATION

public static final int RULE_COMMENT_ANNOTATION
See Also:
Constant Field Values

RULE_BOOLEAN

public static final int RULE_BOOLEAN
See Also:
Constant Field Values

RULE_ANY_OTHER

public static final int RULE_ANY_OTHER
See Also:
Constant Field Values

RULE_FLOAT

public static final int RULE_FLOAT
See Also:
Constant Field Values

RULE_SL_COMMENT

public static final int RULE_SL_COMMENT
See Also:
Constant Field Values

RULE_HOSTCODE

public static final int RULE_HOSTCODE
See Also:
Constant Field Values

dfa1

protected de.cau.cs.kieler.core.expressions.parser.antlr.internal.InternalExpressionsParser.DFA1 dfa1
Constructor Detail

InternalExpressionsParser

public InternalExpressionsParser(org.antlr.runtime.TokenStream input)

InternalExpressionsParser

public InternalExpressionsParser(org.antlr.runtime.TokenStream input,
                                 org.eclipse.xtext.parser.IAstFactory factory,
                                 ExpressionsGrammarAccess grammarAccess)
Method Detail

getTokenNames

public String[] getTokenNames()
Overrides:
getTokenNames in class org.antlr.runtime.BaseRecognizer

getGrammarFileName

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

getTokenFile

protected InputStream getTokenFile()
Specified by:
getTokenFile in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser

getFirstRuleName

protected String getFirstRuleName()
Specified by:
getFirstRuleName in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser

getGrammarAccess

protected ExpressionsGrammarAccess getGrammarAccess()
Specified by:
getGrammarAccess in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser

entryRuleExpression

public final EObject entryRuleExpression()
                                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleExpression

public final EObject ruleExpression()
                             throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleBooleanExpression

public final EObject entryRuleBooleanExpression()
                                         throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleBooleanExpression

public final EObject ruleBooleanExpression()
                                    throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleOrExpression

public final EObject entryRuleOrExpression()
                                    throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleOrExpression

public final EObject ruleOrExpression()
                               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleAndExpression

public final EObject entryRuleAndExpression()
                                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleAndExpression

public final EObject ruleAndExpression()
                                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleCompareOperation

public final EObject entryRuleCompareOperation()
                                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleCompareOperation

public final EObject ruleCompareOperation()
                                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleNotOrValuedExpression

public final EObject entryRuleNotOrValuedExpression()
                                             throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleNotOrValuedExpression

public final EObject ruleNotOrValuedExpression()
                                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleValuedExpression

public final EObject entryRuleValuedExpression()
                                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleValuedExpression

public final EObject ruleValuedExpression()
                                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleAddExpression

public final EObject entryRuleAddExpression()
                                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleAddExpression

public final EObject ruleAddExpression()
                                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleSubExpression

public final EObject entryRuleSubExpression()
                                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleSubExpression

public final EObject ruleSubExpression()
                                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleMultExpression

public final EObject entryRuleMultExpression()
                                      throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleMultExpression

public final EObject ruleMultExpression()
                                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleModExpression

public final EObject entryRuleModExpression()
                                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleModExpression

public final EObject ruleModExpression()
                                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleNotExpression

public final EObject entryRuleNotExpression()
                                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleNotExpression

public final EObject ruleNotExpression()
                                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleAtomicExpression

public final EObject entryRuleAtomicExpression()
                                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleAtomicExpression

public final EObject ruleAtomicExpression()
                                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleAtomicValuedExpression

public final EObject entryRuleAtomicValuedExpression()
                                              throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleAtomicValuedExpression

public final EObject ruleAtomicValuedExpression()
                                         throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleDivExpression

public final EObject entryRuleDivExpression()
                                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleDivExpression

public final EObject ruleDivExpression()
                                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleValuedObjectTestExpression

public final EObject entryRuleValuedObjectTestExpression()
                                                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleValuedObjectTestExpression

public final EObject ruleValuedObjectTestExpression()
                                             throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleValuedObjectReference

public final EObject entryRuleValuedObjectReference()
                                             throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleValuedObjectReference

public final EObject ruleValuedObjectReference()
                                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleTextExpression

public final EObject entryRuleTextExpression()
                                      throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleTextExpression

public final EObject ruleTextExpression()
                                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleIntValue

public final EObject entryRuleIntValue()
                                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleIntValue

public final EObject ruleIntValue()
                           throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleFloatValue

public final EObject entryRuleFloatValue()
                                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleFloatValue

public final EObject ruleFloatValue()
                             throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleBooleanValue

public final EObject entryRuleBooleanValue()
                                    throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleBooleanValue

public final EObject ruleBooleanValue()
                               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleCommentAnnotation

public final EObject entryRuleCommentAnnotation()
                                         throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleCommentAnnotation

public final EObject ruleCommentAnnotation()
                                    throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleKeyValueAnnotation

public final EObject entryRuleKeyValueAnnotation()
                                          throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleKeyValueAnnotation

public final EObject ruleKeyValueAnnotation()
                                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

entryRuleEString

public final String entryRuleEString()
                              throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleEString

public final org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken ruleEString()
                                                                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleCompareOperator

public final Enumerator ruleCompareOperator()
                                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

rulePreOperator

public final Enumerator rulePreOperator()
                                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleOrOperator

public final Enumerator ruleOrOperator()
                                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleAndOperator

public final Enumerator ruleAndOperator()
                                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleNotOperator

public final Enumerator ruleNotOperator()
                                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleAddOperator

public final Enumerator ruleAddOperator()
                                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleSubOperator

public final Enumerator ruleSubOperator()
                                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleMultOperator

public final Enumerator ruleMultOperator()
                                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleModOperator

public final Enumerator ruleModOperator()
                                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleDivOperator

public final Enumerator ruleDivOperator()
                                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

ruleValueTestOperator

public final Enumerator ruleValueTestOperator()
                                       throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

synpred1_fragment

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

synpred4_fragment

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

synpred5_fragment

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

synpred16_fragment

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

synpred17_fragment

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

synpred4

public final boolean synpred4()

synpred16

public final boolean synpred16()

synpred1

public final boolean synpred1()

synpred5

public final boolean synpred5()

synpred17

public final boolean synpred17()