de.cau.cs.kieler.core.annotations.parser.antlr.internal
Class InternalAnnotationsParser

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.annotations.parser.antlr.internal.InternalAnnotationsParser

public class InternalAnnotationsParser
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
static int EOF
           
static int RULE_ANY_OTHER
           
static int RULE_COMMENT_ANNOTATION
           
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
InternalAnnotationsParser(org.antlr.runtime.TokenStream input)
           
InternalAnnotationsParser(org.antlr.runtime.TokenStream input, org.eclipse.xtext.parser.IAstFactory factory, AnnotationsGrammarAccess grammarAccess)
           
 
Method Summary
 EObject entryRuleCommentAnnotation()
           
 String entryRuleEString()
           
 EObject entryRuleKeyValueAnnotation()
           
 EObject entryRuleStringAnnotation()
           
protected  String getFirstRuleName()
           
protected  AnnotationsGrammarAccess getGrammarAccess()
           
 String getGrammarFileName()
           
protected  InputStream getTokenFile()
           
 String[] getTokenNames()
           
 EObject ruleCommentAnnotation()
           
 org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken ruleEString()
           
 EObject ruleKeyValueAnnotation()
           
 EObject ruleStringAnnotation()
           
 
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

RULE_INT

public static final int RULE_INT
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

RULE_COMMENT_ANNOTATION

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

public static final int RULE_SL_COMMENT
See Also:
Constant Field Values
Constructor Detail

InternalAnnotationsParser

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

InternalAnnotationsParser

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

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