Class TemplatesGrammarAccess.PrimaryElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- com._1c.g5.v8.dt.right.templates.services.TemplatesGrammarAccess.PrimaryElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- TemplatesGrammarAccess
public class TemplatesGrammarAccess.PrimaryElements 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 PrimaryElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.AlternativesgetAlternatives()org.eclipse.xtext.RuleCallgetExpressionParserRuleCall_0_1()org.eclipse.xtext.GroupgetGroup_0()org.eclipse.xtext.KeywordgetLeftParenthesisKeyword_0_0()org.eclipse.xtext.RuleCallgetLiteralParserRuleCall_4()org.eclipse.xtext.RuleCallgetOuterParameterParserRuleCall_1()org.eclipse.xtext.KeywordgetRightParenthesisKeyword_0_2()org.eclipse.xtext.ParserRulegetRule()org.eclipse.xtext.RuleCallgetStrContainsParserRuleCall_3()org.eclipse.xtext.RuleCallgetTemplateParameterParserRuleCall_2()-
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()
-
getGroup_0
public org.eclipse.xtext.Group getGroup_0()
-
getLeftParenthesisKeyword_0_0
public org.eclipse.xtext.Keyword getLeftParenthesisKeyword_0_0()
-
getExpressionParserRuleCall_0_1
public org.eclipse.xtext.RuleCall getExpressionParserRuleCall_0_1()
-
getRightParenthesisKeyword_0_2
public org.eclipse.xtext.Keyword getRightParenthesisKeyword_0_2()
-
getOuterParameterParserRuleCall_1
public org.eclipse.xtext.RuleCall getOuterParameterParserRuleCall_1()
-
getTemplateParameterParserRuleCall_2
public org.eclipse.xtext.RuleCall getTemplateParameterParserRuleCall_2()
-
getStrContainsParserRuleCall_3
public org.eclipse.xtext.RuleCall getStrContainsParserRuleCall_3()
-
getLiteralParserRuleCall_4
public org.eclipse.xtext.RuleCall getLiteralParserRuleCall_4()
-
-