Class ComposeFileGrammarAccess.MappingWithPrefixAndColonElements
- java.lang.Object
 - 
- org.eclipse.xtext.service.AbstractElementFinder
 - 
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
 - 
- org.palladiosimulator.somox.docker.compose.services.ComposeFileGrammarAccess.MappingWithPrefixAndColonElements
 
 
 
 
- 
- All Implemented Interfaces:
 org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
 - ComposeFileGrammarAccess
 
public class ComposeFileGrammarAccess.MappingWithPrefixAndColonElements 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 MappingWithPrefixAndColonElements() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.KeywordgetColonKeyword_2()org.eclipse.xtext.GroupgetGroup()org.eclipse.xtext.KeywordgetHyphenMinusSpaceKeyword_0()org.eclipse.xtext.AssignmentgetNameAssignment_1()org.eclipse.xtext.RuleCallgetNameValueParserRuleCall_1_0()org.eclipse.xtext.ParserRulegetRule()org.eclipse.xtext.AssignmentgetValueAssignment_3()org.eclipse.xtext.RuleCallgetValueValueParserRuleCall_3_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()
 
- 
getHyphenMinusSpaceKeyword_0
public org.eclipse.xtext.Keyword getHyphenMinusSpaceKeyword_0()
 
- 
getNameAssignment_1
public org.eclipse.xtext.Assignment getNameAssignment_1()
 
- 
getNameValueParserRuleCall_1_0
public org.eclipse.xtext.RuleCall getNameValueParserRuleCall_1_0()
 
- 
getColonKeyword_2
public org.eclipse.xtext.Keyword getColonKeyword_2()
 
- 
getValueAssignment_3
public org.eclipse.xtext.Assignment getValueAssignment_3()
 
- 
getValueValueParserRuleCall_3_0
public org.eclipse.xtext.RuleCall getValueValueParserRuleCall_3_0()
 
 - 
 
 -