Class QualityEffectSpecificationGrammarAccess.AssemblyElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.palladiosimulator.qes.services.QualityEffectSpecificationGrammarAccess.AssemblyElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- QualityEffectSpecificationGrammarAccess
public class QualityEffectSpecificationGrammarAccess.AssemblyElements 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 AssemblyElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.Keyword
getAssemblyKeyword_0()
org.eclipse.xtext.Assignment
getComponentAssignment_4_1()
org.eclipse.xtext.RuleCall
getComponentComponentSpecificationParserRuleCall_4_1_0()
org.eclipse.xtext.Group
getGroup()
org.eclipse.xtext.Group
getGroup_4()
org.eclipse.xtext.Keyword
getLeftParenthesisKeyword_1()
org.eclipse.xtext.Assignment
getNotAssignment_2()
org.eclipse.xtext.Keyword
getNotNotKeyword_2_0()
org.eclipse.xtext.Keyword
getRightParenthesisKeyword_5()
org.eclipse.xtext.ParserRule
getRule()
org.eclipse.xtext.RuleCall
getTypeAssemblyTypeEnumRuleCall_3_0()
org.eclipse.xtext.Assignment
getTypeAssignment_3()
org.eclipse.xtext.Keyword
getWithKeyword_4_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()
-
getAssemblyKeyword_0
public org.eclipse.xtext.Keyword getAssemblyKeyword_0()
-
getLeftParenthesisKeyword_1
public org.eclipse.xtext.Keyword getLeftParenthesisKeyword_1()
-
getNotAssignment_2
public org.eclipse.xtext.Assignment getNotAssignment_2()
-
getNotNotKeyword_2_0
public org.eclipse.xtext.Keyword getNotNotKeyword_2_0()
-
getTypeAssignment_3
public org.eclipse.xtext.Assignment getTypeAssignment_3()
-
getTypeAssemblyTypeEnumRuleCall_3_0
public org.eclipse.xtext.RuleCall getTypeAssemblyTypeEnumRuleCall_3_0()
-
getGroup_4
public org.eclipse.xtext.Group getGroup_4()
-
getWithKeyword_4_0
public org.eclipse.xtext.Keyword getWithKeyword_4_0()
-
getComponentAssignment_4_1
public org.eclipse.xtext.Assignment getComponentAssignment_4_1()
-
getComponentComponentSpecificationParserRuleCall_4_1_0
public org.eclipse.xtext.RuleCall getComponentComponentSpecificationParserRuleCall_4_1_0()
-
getRightParenthesisKeyword_5
public org.eclipse.xtext.Keyword getRightParenthesisKeyword_5()
-
-