org.eclipse.xtext.services
Class XtextGrammarAccess.TerminalTokenElements

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractElementFinder
      extended by org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
          extended by org.eclipse.xtext.services.XtextGrammarAccess.TerminalTokenElements
All Implemented Interfaces:
IGrammarAccess.IAbstractRuleAccess, IGrammarAccess.IParserRuleAccess
Enclosing class:
XtextGrammarAccess

public class XtextGrammarAccess.TerminalTokenElements
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
XtextGrammarAccess.TerminalTokenElements()
           
 
Method Summary
 Alternatives getCardinalityAlternatives_1_0()
           
 Assignment getCardinalityAssignment_1()
           
 Keyword getCardinalityAsteriskKeyword_1_0_1()
           
 Keyword getCardinalityPlusSignKeyword_1_0_2()
           
 Keyword getCardinalityQuestionMarkKeyword_1_0_0()
           
 Group getGroup()
           
 ParserRule getRule()
           
 RuleCall getTerminalTokenElementParserRuleCall_0()
           
 
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

XtextGrammarAccess.TerminalTokenElements

public XtextGrammarAccess.TerminalTokenElements()
Method Detail

getRule

public ParserRule getRule()

getGroup

public Group getGroup()

getTerminalTokenElementParserRuleCall_0

public RuleCall getTerminalTokenElementParserRuleCall_0()

getCardinalityAssignment_1

public Assignment getCardinalityAssignment_1()

getCardinalityAlternatives_1_0

public Alternatives getCardinalityAlternatives_1_0()

getCardinalityQuestionMarkKeyword_1_0_0

public Keyword getCardinalityQuestionMarkKeyword_1_0_0()

getCardinalityAsteriskKeyword_1_0_1

public Keyword getCardinalityAsteriskKeyword_1_0_1()

getCardinalityPlusSignKeyword_1_0_2

public Keyword getCardinalityPlusSignKeyword_1_0_2()