de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal
Class InternalKitsParser

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.synccharts.text.kits.parser.antlr.internal.InternalKitsParser

public class InternalKitsParser
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.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA16 dfa16
           
protected  de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA19 dfa19
           
protected  de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA2 dfa2
           
protected  de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA3 dfa3
           
protected  de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA43 dfa43
           
protected  de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA45 dfa45
           
protected  de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA50 dfa50
           
protected  de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA6 dfa6
           
static int EOF
           
static int RULE_ANY_OTHER
           
static int RULE_BOOLEAN
           
static int RULE_COMMENT_ANNOTATION
           
static int RULE_FLOAT
           
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_TRANSITION_LABEL
           
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
InternalKitsParser(org.antlr.runtime.TokenStream input)
           
InternalKitsParser(org.antlr.runtime.TokenStream input, org.eclipse.xtext.parser.IAstFactory factory, KitsGrammarAccess grammarAccess)
           
 
Method Summary
 EObject entryRuleAction()
           
 EObject entryRuleAddExpression()
           
 EObject entryRuleAndExpression()
           
 String entryRuleAnyType()
           
 EObject entryRuleAssignment()
           
 EObject entryRuleAtomicExpression()
           
 EObject entryRuleAtomicValuedExpression()
           
 EObject entryRuleBooleanExpression()
           
 EObject entryRuleBooleanValue()
           
 EObject entryRuleCommentAnnotation()
           
 EObject entryRuleCompareOperation()
           
 EObject entryRuleDivExpression()
           
 EObject entryRuleEffect()
           
 EObject entryRuleEmission()
           
 String entryRuleEString()
           
 EObject entryRuleExpression()
           
 EObject entryRuleFloatValue()
           
 EObject entryRuleIntValue()
           
 EObject entryRuleKeyValueAnnotation()
           
 EObject entryRuleModExpression()
           
 EObject entryRuleMultExpression()
           
 EObject entryRuleNotExpression()
           
 EObject entryRuleNotOrValuedExpression()
           
 EObject entryRuleOrExpression()
           
 EObject entryRuleRegion()
           
 EObject entryRuleSignal()
           
 EObject entryRuleState()
           
 EObject entryRuleStringAnnotation()
           
 EObject entryRuleSubExpression()
           
 EObject entryRuleTextEffect()
           
 EObject entryRuleTextExpression()
           
 EObject entryRuleTransition()
           
 EObject entryRuleValuedExpression()
           
 EObject entryRuleValuedObjectReference()
           
 EObject entryRuleValuedObjectTestExpression()
           
 EObject entryRuleVariable()
           
protected  String getFirstRuleName()
           
protected  KitsGrammarAccess getGrammarAccess()
           
 String getGrammarFileName()
           
protected  InputStream getTokenFile()
           
 String[] getTokenNames()
           
 EObject ruleAction()
           
 EObject ruleAddExpression()
           
 Enumerator ruleAddOperator()
           
 EObject ruleAndExpression()
           
 Enumerator ruleAndOperator()
           
 org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken ruleAnyType()
           
 EObject ruleAssignment()
           
 EObject ruleAtomicExpression()
           
 EObject ruleAtomicValuedExpression()
           
 EObject ruleBooleanExpression()
           
 EObject ruleBooleanValue()
           
 Enumerator ruleCombineOperator()
           
 EObject ruleCommentAnnotation()
           
 EObject ruleCompareOperation()
           
 Enumerator ruleCompareOperator()
           
 EObject ruleDivExpression()
           
 Enumerator ruleDivOperator()
           
 EObject ruleEffect()
           
 EObject ruleEmission()
           
 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 ruleRegion()
           
 EObject ruleSignal()
           
 EObject ruleState()
           
 Enumerator ruleStateType()
           
 EObject ruleStringAnnotation()
           
 EObject ruleSubExpression()
           
 Enumerator ruleSubOperator()
           
 EObject ruleTextEffect()
           
 EObject ruleTextExpression()
           
 EObject ruleTransition()
           
 Enumerator ruleTransitionType()
           
 EObject ruleValuedExpression()
           
 EObject ruleValuedObjectReference()
           
 EObject ruleValuedObjectTestExpression()
           
 Enumerator ruleValueTestOperator()
           
 Enumerator ruleValueType()
           
 EObject ruleVariable()
           
 void synpred2_fragment()
           
 boolean synpred2()
           
 void synpred51_fragment()
           
 boolean synpred51()
           
 void synpred53_fragment()
           
 boolean synpred53()
           
 void synpred59_fragment()
           
 boolean synpred59()
           
 void synpred62_fragment()
           
 boolean synpred62()
           
 void synpred63_fragment()
           
 boolean synpred63()
           
 void synpred74_fragment()
           
 boolean synpred74()
           
 void synpred75_fragment()
           
 boolean synpred75()
           
 
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_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_STRING

public static final int RULE_STRING
See Also:
Constant Field Values

RULE_ANY_OTHER

public static final int RULE_ANY_OTHER
See Also:
Constant Field Values

RULE_TRANSITION_LABEL

public static final int RULE_TRANSITION_LABEL
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

dfa6

protected de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA6 dfa6

dfa2

protected de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA2 dfa2

dfa3

protected de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA3 dfa3

dfa16

protected de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA16 dfa16

dfa19

protected de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA19 dfa19

dfa43

protected de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA43 dfa43

dfa45

protected de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA45 dfa45

dfa50

protected de.cau.cs.kieler.synccharts.text.kits.parser.antlr.internal.InternalKitsParser.DFA50 dfa50
Constructor Detail

InternalKitsParser

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

InternalKitsParser

public InternalKitsParser(org.antlr.runtime.TokenStream input,
                          org.eclipse.xtext.parser.IAstFactory factory,
                          KitsGrammarAccess 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 KitsGrammarAccess getGrammarAccess()
Specified by:
getGrammarAccess in class org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser

entryRuleRegion

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

ruleRegion

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

entryRuleState

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

ruleState

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

entryRuleTransition

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

ruleTransition

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

entryRuleSignal

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

ruleSignal

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

entryRuleVariable

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

ruleVariable

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

entryRuleAction

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

ruleAction

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

entryRuleEffect

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

ruleEffect

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

entryRuleEmission

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

ruleEmission

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

entryRuleAssignment

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

ruleAssignment

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

entryRuleTextEffect

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

ruleTextEffect

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

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

entryRuleAnyType

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

ruleAnyType

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

entryRuleStringAnnotation

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

ruleStringAnnotation

public final EObject ruleStringAnnotation()
                                   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

ruleStateType

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

ruleTransitionType

public final Enumerator ruleTransitionType()
                                    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

ruleValueType

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

ruleCombineOperator

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

synpred2_fragment

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

synpred51_fragment

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

synpred53_fragment

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

synpred59_fragment

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

synpred62_fragment

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

synpred63_fragment

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

synpred74_fragment

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

synpred75_fragment

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

synpred53

public final boolean synpred53()

synpred2

public final boolean synpred2()

synpred74

public final boolean synpred74()

synpred63

public final boolean synpred63()

synpred59

public final boolean synpred59()

synpred51

public final boolean synpred51()

synpred75

public final boolean synpred75()

synpred62

public final boolean synpred62()