Class DDDslGrammarAccess.PrimaryTermElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.palladiosimulator.dataflow.confidentiality.pcm.dddsl.services.DDDslGrammarAccess.PrimaryTermElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- DDDslGrammarAccess
public class DDDslGrammarAccess.PrimaryTermElements 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 PrimaryTermElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.AlternativesgetAlternatives()org.eclipse.xtext.RuleCallgetBinaryLogicTermParserRuleCall_0_1()org.eclipse.xtext.RuleCallgetCharacteristicReferenceParserRuleCall_3()org.eclipse.xtext.RuleCallgetFalseParserRuleCall_2()org.eclipse.xtext.GroupgetGroup_0()org.eclipse.xtext.KeywordgetLeftParenthesisKeyword_0_0()org.eclipse.xtext.KeywordgetRightParenthesisKeyword_0_2()org.eclipse.xtext.ParserRulegetRule()org.eclipse.xtext.RuleCallgetTrueParserRuleCall_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()
-
getLeftParenthesisKeyword_0_0
public org.eclipse.xtext.Keyword getLeftParenthesisKeyword_0_0()
-
getBinaryLogicTermParserRuleCall_0_1
public org.eclipse.xtext.RuleCall getBinaryLogicTermParserRuleCall_0_1()
-
getRightParenthesisKeyword_0_2
public org.eclipse.xtext.Keyword getRightParenthesisKeyword_0_2()
-
getTrueParserRuleCall_1
public org.eclipse.xtext.RuleCall getTrueParserRuleCall_1()
-
getFalseParserRuleCall_2
public org.eclipse.xtext.RuleCall getFalseParserRuleCall_2()
-
getCharacteristicReferenceParserRuleCall_3
public org.eclipse.xtext.RuleCall getCharacteristicReferenceParserRuleCall_3()
-
-