Package com._1c.g5.v8.dt.ql.services
Class QlGrammarAccess.LogicalMultiplicantElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- com._1c.g5.v8.dt.ql.services.QlGrammarAccess.LogicalMultiplicantElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- QlGrammarAccess
public class QlGrammarAccess.LogicalMultiplicantElements 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 LogicalMultiplicantElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.AlternativesgetAlternatives()org.eclipse.xtext.AlternativesgetAlternatives_0_0()org.eclipse.xtext.KeywordgetCyrillicCapitalLetterEnCyrillicCapitalLetterIeKeyword_0_0_1()org.eclipse.xtext.AssignmentgetExpressionAssignment_0_2()org.eclipse.xtext.RuleCallgetExpressionLogicalMultiplicantParserRuleCall_0_2_0()org.eclipse.xtext.GroupgetGroup_0()org.eclipse.xtext.RuleCallgetLogicalComparisonParserRuleCall_1()org.eclipse.xtext.ActiongetLogicalNOTOperatorExpressionAction_0_1()org.eclipse.xtext.KeywordgetNOTKeyword_0_0_0()org.eclipse.xtext.ParserRulegetRule()-
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()
-
getAlternatives_0_0
public org.eclipse.xtext.Alternatives getAlternatives_0_0()
-
getNOTKeyword_0_0_0
public org.eclipse.xtext.Keyword getNOTKeyword_0_0_0()
-
getCyrillicCapitalLetterEnCyrillicCapitalLetterIeKeyword_0_0_1
public org.eclipse.xtext.Keyword getCyrillicCapitalLetterEnCyrillicCapitalLetterIeKeyword_0_0_1()
-
getLogicalNOTOperatorExpressionAction_0_1
public org.eclipse.xtext.Action getLogicalNOTOperatorExpressionAction_0_1()
-
getExpressionAssignment_0_2
public org.eclipse.xtext.Assignment getExpressionAssignment_0_2()
-
getExpressionLogicalMultiplicantParserRuleCall_0_2_0
public org.eclipse.xtext.RuleCall getExpressionLogicalMultiplicantParserRuleCall_0_2_0()
-
getLogicalComparisonParserRuleCall_1
public org.eclipse.xtext.RuleCall getLogicalComparisonParserRuleCall_1()
-
-