Class ComposeFileGrammarAccess.ServiceVolumesElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.palladiosimulator.somox.docker.compose.services.ComposeFileGrammarAccess.ServiceVolumesElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- ComposeFileGrammarAccess
public class ComposeFileGrammarAccess.ServiceVolumesElements 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 ServiceVolumesElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.Alternatives
getAlternatives_2()
org.eclipse.xtext.RuleCall
getBEGINTerminalRuleCall_0()
org.eclipse.xtext.RuleCall
getENDTerminalRuleCall_3()
org.eclipse.xtext.Group
getGroup()
org.eclipse.xtext.Keyword
getHyphenMinusSpaceKeyword_1()
org.eclipse.xtext.ParserRule
getRule()
org.eclipse.xtext.RuleCall
getServiceVolumeLongSyntaxParserRuleCall_2_1()
org.eclipse.xtext.Assignment
getVolumesAssignment_2_0()
org.eclipse.xtext.RuleCall
getVolumesValueParserRuleCall_2_0_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()
-
getBEGINTerminalRuleCall_0
public org.eclipse.xtext.RuleCall getBEGINTerminalRuleCall_0()
-
getHyphenMinusSpaceKeyword_1
public org.eclipse.xtext.Keyword getHyphenMinusSpaceKeyword_1()
-
getAlternatives_2
public org.eclipse.xtext.Alternatives getAlternatives_2()
-
getVolumesAssignment_2_0
public org.eclipse.xtext.Assignment getVolumesAssignment_2_0()
-
getVolumesValueParserRuleCall_2_0_0
public org.eclipse.xtext.RuleCall getVolumesValueParserRuleCall_2_0_0()
-
getServiceVolumeLongSyntaxParserRuleCall_2_1
public org.eclipse.xtext.RuleCall getServiceVolumeLongSyntaxParserRuleCall_2_1()
-
getENDTerminalRuleCall_3
public org.eclipse.xtext.RuleCall getENDTerminalRuleCall_3()
-
-