Class TPCMGrammarAccess.AllocationContextElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.palladiosimulator.textual.tpcm.services.TPCMGrammarAccess.AllocationContextElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- TPCMGrammarAccess
public class TPCMGrammarAccess.AllocationContextElements 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 AllocationContextElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.Keyword
getAllocKeyword_0_0()
org.eclipse.xtext.Alternatives
getAlternatives()
org.eclipse.xtext.Group
getGroup_0()
org.eclipse.xtext.Keyword
getLeftParenthesisKeyword_0_2()
org.eclipse.xtext.Assignment
getNameAssignment_0_1()
org.eclipse.xtext.RuleCall
getNameIDTerminalRuleCall_0_1_0()
org.eclipse.xtext.Keyword
getRightParenthesisKeyword_0_4()
org.eclipse.xtext.ParserRule
getRule()
org.eclipse.xtext.RuleCall
getSpecAllocationSpecificationParserRuleCall_0_3_0()
org.eclipse.xtext.RuleCall
getSpecAllocationSpecificationParserRuleCall_1_0()
org.eclipse.xtext.Assignment
getSpecAssignment_0_3()
org.eclipse.xtext.Assignment
getSpecAssignment_1()
-
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()
-
getAllocKeyword_0_0
public org.eclipse.xtext.Keyword getAllocKeyword_0_0()
-
getNameAssignment_0_1
public org.eclipse.xtext.Assignment getNameAssignment_0_1()
-
getNameIDTerminalRuleCall_0_1_0
public org.eclipse.xtext.RuleCall getNameIDTerminalRuleCall_0_1_0()
-
getLeftParenthesisKeyword_0_2
public org.eclipse.xtext.Keyword getLeftParenthesisKeyword_0_2()
-
getSpecAssignment_0_3
public org.eclipse.xtext.Assignment getSpecAssignment_0_3()
-
getSpecAllocationSpecificationParserRuleCall_0_3_0
public org.eclipse.xtext.RuleCall getSpecAllocationSpecificationParserRuleCall_0_3_0()
-
getRightParenthesisKeyword_0_4
public org.eclipse.xtext.Keyword getRightParenthesisKeyword_0_4()
-
getSpecAssignment_1
public org.eclipse.xtext.Assignment getSpecAssignment_1()
-
getSpecAllocationSpecificationParserRuleCall_1_0
public org.eclipse.xtext.RuleCall getSpecAllocationSpecificationParserRuleCall_1_0()
-
-