org.eclipse.xtext.generator.parser.antlr.debug.services
Class SimpleAntlrGrammarAccess.OptionsElements

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractElementFinder
      extended by org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
          extended by org.eclipse.xtext.generator.parser.antlr.debug.services.SimpleAntlrGrammarAccess.OptionsElements
All Implemented Interfaces:
IGrammarAccess.IAbstractRuleAccess, IGrammarAccess.IParserRuleAccess
Enclosing class:
SimpleAntlrGrammarAccess

public class SimpleAntlrGrammarAccess.OptionsElements
extends AbstractElementFinder.AbstractParserRuleElementFinder


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.service.AbstractElementFinder
AbstractElementFinder.AbstractEnumRuleElementFinder, AbstractElementFinder.AbstractGrammarElementFinder, AbstractElementFinder.AbstractParserRuleElementFinder
 
Constructor Summary
SimpleAntlrGrammarAccess.OptionsElements()
           
 
Method Summary
 Group getGroup()
           
 Keyword getLeftCurlyBracketKeyword_2()
           
 Action getOptionsAction_0()
           
 Keyword getOptionsKeyword_1()
           
 Assignment getOptionValuesAssignment_3()
           
 RuleCall getOptionValuesOptionValueParserRuleCall_3_0()
           
 Keyword getRightCurlyBracketKeyword_4()
           
 ParserRule getRule()
           
 
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
getRules
 
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder
findAssignments, findByNestedRuleCall, findCrossReferences, findCrossReferences, findKeywordPairs, findKeywords, findRuleCalls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAntlrGrammarAccess.OptionsElements

public SimpleAntlrGrammarAccess.OptionsElements()
Method Detail

getRule

public ParserRule getRule()

getGroup

public Group getGroup()

getOptionsAction_0

public Action getOptionsAction_0()

getOptionsKeyword_1

public Keyword getOptionsKeyword_1()

getLeftCurlyBracketKeyword_2

public Keyword getLeftCurlyBracketKeyword_2()

getOptionValuesAssignment_3

public Assignment getOptionValuesAssignment_3()

getOptionValuesOptionValueParserRuleCall_3_0

public RuleCall getOptionValuesOptionValueParserRuleCall_3_0()

getRightCurlyBracketKeyword_4

public Keyword getRightCurlyBracketKeyword_4()