Class TPCMGrammarAccess.ResultAssignmentElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.palladiosimulator.textual.tpcm.services.TPCMGrammarAccess.ResultAssignmentElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- TPCMGrammarAccess
public class TPCMGrammarAccess.ResultAssignmentElements 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 ResultAssignmentElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.Alternatives
getAlternatives()
org.eclipse.xtext.Keyword
getCommaKeyword_0_3_0()
org.eclipse.xtext.Action
getComplexResultAssignmentAction_0_1()
org.eclipse.xtext.Group
getGroup_0()
org.eclipse.xtext.Group
getGroup_0_3()
org.eclipse.xtext.Group
getGroup_1()
org.eclipse.xtext.Keyword
getLeftParenthesisKeyword_0_0()
org.eclipse.xtext.Action
getPrimitiveResultAssignmentAction_1_0()
org.eclipse.xtext.Assignment
getReferenceAssignment_1_1()
org.eclipse.xtext.RuleCall
getReferenceCharacteristicReferenceParserRuleCall_1_1_0()
org.eclipse.xtext.Keyword
getRightParenthesisKeyword_0_4()
org.eclipse.xtext.ParserRule
getRule()
org.eclipse.xtext.Assignment
getSpecificationAssignment_0_2()
org.eclipse.xtext.Assignment
getSpecificationAssignment_0_3_1()
org.eclipse.xtext.RuleCall
getSpecificationResultSpecificationParserRuleCall_0_2_0()
org.eclipse.xtext.RuleCall
getSpecificationResultSpecificationParserRuleCall_0_3_1_0()
-
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()
-
getGroup_0
public org.eclipse.xtext.Group getGroup_0()
-
getLeftParenthesisKeyword_0_0
public org.eclipse.xtext.Keyword getLeftParenthesisKeyword_0_0()
-
getComplexResultAssignmentAction_0_1
public org.eclipse.xtext.Action getComplexResultAssignmentAction_0_1()
-
getSpecificationAssignment_0_2
public org.eclipse.xtext.Assignment getSpecificationAssignment_0_2()
-
getSpecificationResultSpecificationParserRuleCall_0_2_0
public org.eclipse.xtext.RuleCall getSpecificationResultSpecificationParserRuleCall_0_2_0()
-
getGroup_0_3
public org.eclipse.xtext.Group getGroup_0_3()
-
getCommaKeyword_0_3_0
public org.eclipse.xtext.Keyword getCommaKeyword_0_3_0()
-
getSpecificationAssignment_0_3_1
public org.eclipse.xtext.Assignment getSpecificationAssignment_0_3_1()
-
getSpecificationResultSpecificationParserRuleCall_0_3_1_0
public org.eclipse.xtext.RuleCall getSpecificationResultSpecificationParserRuleCall_0_3_1_0()
-
getRightParenthesisKeyword_0_4
public org.eclipse.xtext.Keyword getRightParenthesisKeyword_0_4()
-
getGroup_1
public org.eclipse.xtext.Group getGroup_1()
-
getPrimitiveResultAssignmentAction_1_0
public org.eclipse.xtext.Action getPrimitiveResultAssignmentAction_1_0()
-
getReferenceAssignment_1_1
public org.eclipse.xtext.Assignment getReferenceAssignment_1_1()
-
getReferenceCharacteristicReferenceParserRuleCall_1_1_0
public org.eclipse.xtext.RuleCall getReferenceCharacteristicReferenceParserRuleCall_1_1_0()
-
-