Package de.sebinside.dcp.dsl.services
Class DSLGrammarAccess.AttributeSelectorElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- de.sebinside.dcp.dsl.services.DSLGrammarAccess.AttributeSelectorElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- DSLGrammarAccess
public class DSLGrammarAccess.AttributeSelectorElements 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 AttributeSelectorElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.Alternatives
getAlternatives_2()
org.eclipse.xtext.Keyword
getAttributeKeyword_2_0()
org.eclipse.xtext.Keyword
getDataKeyword_0()
org.eclipse.xtext.Keyword
getFullStopKeyword_1()
org.eclipse.xtext.Keyword
getFullStopKeyword_3()
org.eclipse.xtext.Group
getGroup()
org.eclipse.xtext.Keyword
getPropertyKeyword_2_1()
org.eclipse.xtext.Assignment
getRefAssignment_4()
org.eclipse.xtext.RuleCall
getRefCharacteristicTypeSelectorParserRuleCall_4_0()
org.eclipse.xtext.ParserRule
getRule()
-
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()
-
getDataKeyword_0
public org.eclipse.xtext.Keyword getDataKeyword_0()
-
getFullStopKeyword_1
public org.eclipse.xtext.Keyword getFullStopKeyword_1()
-
getAlternatives_2
public org.eclipse.xtext.Alternatives getAlternatives_2()
-
getAttributeKeyword_2_0
public org.eclipse.xtext.Keyword getAttributeKeyword_2_0()
-
getPropertyKeyword_2_1
public org.eclipse.xtext.Keyword getPropertyKeyword_2_1()
-
getFullStopKeyword_3
public org.eclipse.xtext.Keyword getFullStopKeyword_3()
-
getRefAssignment_4
public org.eclipse.xtext.Assignment getRefAssignment_4()
-
getRefCharacteristicTypeSelectorParserRuleCall_4_0
public org.eclipse.xtext.RuleCall getRefCharacteristicTypeSelectorParserRuleCall_4_0()
-
-