Package org.eclipse.xtext.xbase.services
Class XbaseGrammarAccess.XCasePartElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCasePartElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- XbaseGrammarAccess
public class XbaseGrammarAccess.XCasePartElements extends org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder, org.eclipse.xtext.service.AbstractElementFinder.AbstractGrammarElementFinder, org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
-
Constructor Summary
Constructors Constructor Description XCasePartElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.AlternativesgetAlternatives_3()org.eclipse.xtext.AssignmentgetCaseAssignment_2_1()org.eclipse.xtext.KeywordgetCaseKeyword_2_0()org.eclipse.xtext.RuleCallgetCaseXExpressionParserRuleCall_2_1_0()org.eclipse.xtext.KeywordgetColonKeyword_3_0_0()org.eclipse.xtext.AssignmentgetFallThroughAssignment_3_1()org.eclipse.xtext.KeywordgetFallThroughCommaKeyword_3_1_0()org.eclipse.xtext.GroupgetGroup()org.eclipse.xtext.GroupgetGroup_2()org.eclipse.xtext.GroupgetGroup_3_0()org.eclipse.xtext.ParserRulegetRule()org.eclipse.xtext.AssignmentgetThenAssignment_3_0_1()org.eclipse.xtext.RuleCallgetThenXExpressionParserRuleCall_3_0_1_0()org.eclipse.xtext.AssignmentgetTypeGuardAssignment_1()org.eclipse.xtext.RuleCallgetTypeGuardJvmTypeReferenceParserRuleCall_1_0()org.eclipse.xtext.ActiongetXCasePartAction_0()-
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
getRules
-
-
-
-
Method Detail
-
getRule
public org.eclipse.xtext.ParserRule getRule()
-
getGroup
public org.eclipse.xtext.Group getGroup()
-
getXCasePartAction_0
public org.eclipse.xtext.Action getXCasePartAction_0()
-
getTypeGuardAssignment_1
public org.eclipse.xtext.Assignment getTypeGuardAssignment_1()
-
getTypeGuardJvmTypeReferenceParserRuleCall_1_0
public org.eclipse.xtext.RuleCall getTypeGuardJvmTypeReferenceParserRuleCall_1_0()
-
getGroup_2
public org.eclipse.xtext.Group getGroup_2()
-
getCaseKeyword_2_0
public org.eclipse.xtext.Keyword getCaseKeyword_2_0()
-
getCaseAssignment_2_1
public org.eclipse.xtext.Assignment getCaseAssignment_2_1()
-
getCaseXExpressionParserRuleCall_2_1_0
public org.eclipse.xtext.RuleCall getCaseXExpressionParserRuleCall_2_1_0()
-
getAlternatives_3
public org.eclipse.xtext.Alternatives getAlternatives_3()
-
getGroup_3_0
public org.eclipse.xtext.Group getGroup_3_0()
-
getColonKeyword_3_0_0
public org.eclipse.xtext.Keyword getColonKeyword_3_0_0()
-
getThenAssignment_3_0_1
public org.eclipse.xtext.Assignment getThenAssignment_3_0_1()
-
getThenXExpressionParserRuleCall_3_0_1_0
public org.eclipse.xtext.RuleCall getThenXExpressionParserRuleCall_3_0_1_0()
-
getFallThroughAssignment_3_1
public org.eclipse.xtext.Assignment getFallThroughAssignment_3_1()
-
getFallThroughCommaKeyword_3_1_0
public org.eclipse.xtext.Keyword getFallThroughCommaKeyword_3_1_0()
-
-