Class XsemanticsGrammarAccess.TerminalPremiseExpressionElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.eclipse.xsemantics.dsl.services.XsemanticsGrammarAccess.TerminalPremiseExpressionElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- XsemanticsGrammarAccess
public class XsemanticsGrammarAccess.TerminalPremiseExpressionElements 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 TerminalPremiseExpressionElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.AlternativesgetAlternatives()org.eclipse.xtext.AssignmentgetErrorAssignment_1_2()org.eclipse.xtext.RuleCallgetErrorErrorSpecificationParserRuleCall_1_2_0()org.eclipse.xtext.ActiongetFailAction_1_0()org.eclipse.xtext.KeywordgetFailKeyword_1_1()org.eclipse.xtext.GroupgetGroup_1()org.eclipse.xtext.ParserRulegetRule()org.eclipse.xtext.RuleCallgetRuleInvocationParserRuleCall_0()org.eclipse.xtext.RuleCallgetXExpressionParserRuleCall_3()org.eclipse.xtext.RuleCallgetXVariableDeclarationParserRuleCall_2()-
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
getRules
-
-
-
-
Method Detail
-
getRule
public org.eclipse.xtext.ParserRule getRule()
-
getAlternatives
public org.eclipse.xtext.Alternatives getAlternatives()
-
getRuleInvocationParserRuleCall_0
public org.eclipse.xtext.RuleCall getRuleInvocationParserRuleCall_0()
-
getGroup_1
public org.eclipse.xtext.Group getGroup_1()
-
getFailAction_1_0
public org.eclipse.xtext.Action getFailAction_1_0()
-
getFailKeyword_1_1
public org.eclipse.xtext.Keyword getFailKeyword_1_1()
-
getErrorAssignment_1_2
public org.eclipse.xtext.Assignment getErrorAssignment_1_2()
-
getErrorErrorSpecificationParserRuleCall_1_2_0
public org.eclipse.xtext.RuleCall getErrorErrorSpecificationParserRuleCall_1_2_0()
-
getXVariableDeclarationParserRuleCall_2
public org.eclipse.xtext.RuleCall getXVariableDeclarationParserRuleCall_2()
-
getXExpressionParserRuleCall_3
public org.eclipse.xtext.RuleCall getXExpressionParserRuleCall_3()
-
-