Package com._1c.g5.v8.dt.bsl.services
Class BslGrammarAccess.PreprocessorExpressionElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- com._1c.g5.v8.dt.bsl.services.BslGrammarAccess.PreprocessorExpressionElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- BslGrammarAccess
public class BslGrammarAccess.PreprocessorExpressionElements 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 PreprocessorExpressionElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.Action
getBinaryPreprocessorExpressionLeftAction_1_0()
org.eclipse.xtext.Group
getGroup()
org.eclipse.xtext.Group
getGroup_1()
org.eclipse.xtext.RuleCall
getLogTermPreprocessorParserRuleCall_0()
org.eclipse.xtext.Assignment
getOperationAssignment_1_1()
org.eclipse.xtext.RuleCall
getOperationLogAddOpEnumRuleCall_1_1_0()
org.eclipse.xtext.Assignment
getRightAssignment_1_2()
org.eclipse.xtext.RuleCall
getRightLogTermPreprocessorParserRuleCall_1_2_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()
-
getLogTermPreprocessorParserRuleCall_0
public org.eclipse.xtext.RuleCall getLogTermPreprocessorParserRuleCall_0()
-
getGroup_1
public org.eclipse.xtext.Group getGroup_1()
-
getBinaryPreprocessorExpressionLeftAction_1_0
public org.eclipse.xtext.Action getBinaryPreprocessorExpressionLeftAction_1_0()
-
getOperationAssignment_1_1
public org.eclipse.xtext.Assignment getOperationAssignment_1_1()
-
getOperationLogAddOpEnumRuleCall_1_1_0
public org.eclipse.xtext.RuleCall getOperationLogAddOpEnumRuleCall_1_1_0()
-
getRightAssignment_1_2
public org.eclipse.xtext.Assignment getRightAssignment_1_2()
-
getRightLogTermPreprocessorParserRuleCall_1_2_0
public org.eclipse.xtext.RuleCall getRightLogTermPreprocessorParserRuleCall_1_2_0()
-
-