Package org.eclipse.xtext.services
Class XtextGrammarAccess.TerminalTokenElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- 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
Constructors Constructor Description TerminalTokenElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlternativesgetCardinalityAlternatives_1_0()AssignmentgetCardinalityAssignment_1()KeywordgetCardinalityAsteriskKeyword_1_0_1()KeywordgetCardinalityPlusSignKeyword_1_0_2()KeywordgetCardinalityQuestionMarkKeyword_1_0_0()GroupgetGroup()ParserRulegetRule()RuleCallgetTerminalTokenElementParserRuleCall_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
-
-
-
-
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()
-
-