Package org.eclipse.xtext.xbase.services
Class XbaseGrammarAccess.FeatureCallIDElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.eclipse.xtext.xbase.services.XbaseGrammarAccess.FeatureCallIDElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- XbaseGrammarAccess
public class XbaseGrammarAccess.FeatureCallIDElements 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 FeatureCallIDElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.AlternativesgetAlternatives()org.eclipse.xtext.KeywordgetExtendsKeyword_1()org.eclipse.xtext.KeywordgetExtensionKeyword_4()org.eclipse.xtext.KeywordgetImportKeyword_3()org.eclipse.xtext.ParserRulegetRule()org.eclipse.xtext.KeywordgetStaticKeyword_2()org.eclipse.xtext.RuleCallgetValidIDParserRuleCall_0()-
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()
-
getValidIDParserRuleCall_0
public org.eclipse.xtext.RuleCall getValidIDParserRuleCall_0()
-
getExtendsKeyword_1
public org.eclipse.xtext.Keyword getExtendsKeyword_1()
-
getStaticKeyword_2
public org.eclipse.xtext.Keyword getStaticKeyword_2()
-
getImportKeyword_3
public org.eclipse.xtext.Keyword getImportKeyword_3()
-
getExtensionKeyword_4
public org.eclipse.xtext.Keyword getExtensionKeyword_4()
-
-