Package com._1c.g5.v8.dt.ql.services
Class QlGrammarAccess.MultiPartAliasWithoutAsWordElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- com._1c.g5.v8.dt.ql.services.QlGrammarAccess.MultiPartAliasWithoutAsWordElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- QlGrammarAccess
public class QlGrammarAccess.MultiPartAliasWithoutAsWordElements 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 MultiPartAliasWithoutAsWordElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.RuleCallgetALL_ALLOWED_ALIAS_WITHOUT_ASParserRuleCall_0_0()org.eclipse.xtext.AlternativesgetAlternatives_0()org.eclipse.xtext.RuleCallgetAnyWordParserRuleCall_1_1()org.eclipse.xtext.KeywordgetFullStopKeyword_1_0()org.eclipse.xtext.GroupgetGroup()org.eclipse.xtext.GroupgetGroup_1()org.eclipse.xtext.RuleCallgetIDTerminalRuleCall_0_1()org.eclipse.xtext.ParserRulegetRule()-
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()
-
getAlternatives_0
public org.eclipse.xtext.Alternatives getAlternatives_0()
-
getALL_ALLOWED_ALIAS_WITHOUT_ASParserRuleCall_0_0
public org.eclipse.xtext.RuleCall getALL_ALLOWED_ALIAS_WITHOUT_ASParserRuleCall_0_0()
-
getIDTerminalRuleCall_0_1
public org.eclipse.xtext.RuleCall getIDTerminalRuleCall_0_1()
-
getGroup_1
public org.eclipse.xtext.Group getGroup_1()
-
getFullStopKeyword_1_0
public org.eclipse.xtext.Keyword getFullStopKeyword_1_0()
-
getAnyWordParserRuleCall_1_1
public org.eclipse.xtext.RuleCall getAnyWordParserRuleCall_1_1()
-
-