Class XsemanticsGrammarAccess.ErrorSpecificationElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.eclipse.xsemantics.dsl.services.XsemanticsGrammarAccess.ErrorSpecificationElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- XsemanticsGrammarAccess
public class XsemanticsGrammarAccess.ErrorSpecificationElements 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 ErrorSpecificationElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.AssignmentgetDataAssignment_3_2_1()org.eclipse.xtext.KeywordgetDataKeyword_3_2_0()org.eclipse.xtext.RuleCallgetDataXExpressionParserRuleCall_3_2_1_0()org.eclipse.xtext.AssignmentgetErrorAssignment_2()org.eclipse.xtext.KeywordgetErrorKeyword_1()org.eclipse.xtext.ActiongetErrorSpecificationAction_0()org.eclipse.xtext.RuleCallgetErrorXExpressionParserRuleCall_2_0()org.eclipse.xtext.AssignmentgetFeatureAssignment_3_1_1()org.eclipse.xtext.KeywordgetFeatureKeyword_3_1_0()org.eclipse.xtext.RuleCallgetFeatureXExpressionParserRuleCall_3_1_1_0()org.eclipse.xtext.GroupgetGroup()org.eclipse.xtext.GroupgetGroup_3_0()org.eclipse.xtext.GroupgetGroup_3_1()org.eclipse.xtext.GroupgetGroup_3_2()org.eclipse.xtext.ParserRulegetRule()org.eclipse.xtext.AssignmentgetSourceAssignment_3_0_1()org.eclipse.xtext.KeywordgetSourceKeyword_3_0_0()org.eclipse.xtext.RuleCallgetSourceXExpressionParserRuleCall_3_0_1_0()org.eclipse.xtext.UnorderedGroupgetUnorderedGroup_3()-
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()
-
getErrorSpecificationAction_0
public org.eclipse.xtext.Action getErrorSpecificationAction_0()
-
getErrorKeyword_1
public org.eclipse.xtext.Keyword getErrorKeyword_1()
-
getErrorAssignment_2
public org.eclipse.xtext.Assignment getErrorAssignment_2()
-
getErrorXExpressionParserRuleCall_2_0
public org.eclipse.xtext.RuleCall getErrorXExpressionParserRuleCall_2_0()
-
getUnorderedGroup_3
public org.eclipse.xtext.UnorderedGroup getUnorderedGroup_3()
-
getGroup_3_0
public org.eclipse.xtext.Group getGroup_3_0()
-
getSourceKeyword_3_0_0
public org.eclipse.xtext.Keyword getSourceKeyword_3_0_0()
-
getSourceAssignment_3_0_1
public org.eclipse.xtext.Assignment getSourceAssignment_3_0_1()
-
getSourceXExpressionParserRuleCall_3_0_1_0
public org.eclipse.xtext.RuleCall getSourceXExpressionParserRuleCall_3_0_1_0()
-
getGroup_3_1
public org.eclipse.xtext.Group getGroup_3_1()
-
getFeatureKeyword_3_1_0
public org.eclipse.xtext.Keyword getFeatureKeyword_3_1_0()
-
getFeatureAssignment_3_1_1
public org.eclipse.xtext.Assignment getFeatureAssignment_3_1_1()
-
getFeatureXExpressionParserRuleCall_3_1_1_0
public org.eclipse.xtext.RuleCall getFeatureXExpressionParserRuleCall_3_1_1_0()
-
getGroup_3_2
public org.eclipse.xtext.Group getGroup_3_2()
-
getDataKeyword_3_2_0
public org.eclipse.xtext.Keyword getDataKeyword_3_2_0()
-
getDataAssignment_3_2_1
public org.eclipse.xtext.Assignment getDataAssignment_3_2_1()
-
getDataXExpressionParserRuleCall_3_2_1_0
public org.eclipse.xtext.RuleCall getDataXExpressionParserRuleCall_3_2_1_0()
-
-