org.eclipse.xtext.services
Class XtextGrammarAccess.AbstractTokenWithCardinalityElements

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.AbstractTokenWithCardinalityElements
All Implemented Interfaces:
IGrammarAccess.IAbstractRuleAccess, IGrammarAccess.IParserRuleAccess
Enclosing class:
XtextGrammarAccess

public class XtextGrammarAccess.AbstractTokenWithCardinalityElements
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.AbstractTokenWithCardinalityElements()
           
 
Method Summary
 RuleCall getAbstractTerminalParserRuleCall_0_1()
           
 Alternatives getAlternatives_0()
           
 RuleCall getAssignmentParserRuleCall_0_0()
           
 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()
           
 
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.AbstractTokenWithCardinalityElements

public XtextGrammarAccess.AbstractTokenWithCardinalityElements()
Method Detail

getRule

public ParserRule getRule()

getGroup

public Group getGroup()

getAlternatives_0

public Alternatives getAlternatives_0()

getAssignmentParserRuleCall_0_0

public RuleCall getAssignmentParserRuleCall_0_0()

getAbstractTerminalParserRuleCall_0_1

public RuleCall getAbstractTerminalParserRuleCall_0_1()

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()