Package org.contextmapper.dsl.services
Class ContextMappingDSLGrammarAccess.CommandInvokationElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.contextmapper.dsl.services.ContextMappingDSLGrammarAccess.CommandInvokationElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- ContextMappingDSLGrammarAccess
public class ContextMappingDSLGrammarAccess.CommandInvokationElements 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 CommandInvokationElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.Alternatives
getAlternatives_1()
org.eclipse.xtext.Keyword
getCommandKeyword_0()
org.eclipse.xtext.RuleCall
getConcurrentCommandInvokationParserRuleCall_1_1()
org.eclipse.xtext.RuleCall
getExclusiveAlternativeCommandInvokationParserRuleCall_1_2()
org.eclipse.xtext.Group
getGroup()
org.eclipse.xtext.RuleCall
getInclusiveAlternativeCommandInvokationParserRuleCall_1_3()
org.eclipse.xtext.ParserRule
getRule()
org.eclipse.xtext.RuleCall
getSingleCommandInvokationParserRuleCall_1_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()
-
getCommandKeyword_0
public org.eclipse.xtext.Keyword getCommandKeyword_0()
-
getAlternatives_1
public org.eclipse.xtext.Alternatives getAlternatives_1()
-
getSingleCommandInvokationParserRuleCall_1_0
public org.eclipse.xtext.RuleCall getSingleCommandInvokationParserRuleCall_1_0()
-
getConcurrentCommandInvokationParserRuleCall_1_1
public org.eclipse.xtext.RuleCall getConcurrentCommandInvokationParserRuleCall_1_1()
-
getExclusiveAlternativeCommandInvokationParserRuleCall_1_2
public org.eclipse.xtext.RuleCall getExclusiveAlternativeCommandInvokationParserRuleCall_1_2()
-
getInclusiveAlternativeCommandInvokationParserRuleCall_1_3
public org.eclipse.xtext.RuleCall getInclusiveAlternativeCommandInvokationParserRuleCall_1_3()
-
-