Package de.sebinside.dcp.dsl.services
Class DSLGrammarAccess.LogicalNegationOperationElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- de.sebinside.dcp.dsl.services.DSLGrammarAccess.LogicalNegationOperationElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- DSLGrammarAccess
public class DSLGrammarAccess.LogicalNegationOperationElements 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 LogicalNegationOperationElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.Alternatives
getAlternatives()
org.eclipse.xtext.RuleCall
getEncapsulatedLogicalOperationParserRuleCall_0()
org.eclipse.xtext.Keyword
getExclamationMarkKeyword_1_1()
org.eclipse.xtext.Group
getGroup_1()
org.eclipse.xtext.Action
getLogicalNegationOperationAction_1_0()
org.eclipse.xtext.ParserRule
getRule()
org.eclipse.xtext.Assignment
getValueAssignment_1_2()
org.eclipse.xtext.RuleCall
getValueLogicalNegationOperationParserRuleCall_1_2_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()
-
getEncapsulatedLogicalOperationParserRuleCall_0
public org.eclipse.xtext.RuleCall getEncapsulatedLogicalOperationParserRuleCall_0()
-
getGroup_1
public org.eclipse.xtext.Group getGroup_1()
-
getLogicalNegationOperationAction_1_0
public org.eclipse.xtext.Action getLogicalNegationOperationAction_1_0()
-
getExclamationMarkKeyword_1_1
public org.eclipse.xtext.Keyword getExclamationMarkKeyword_1_1()
-
getValueAssignment_1_2
public org.eclipse.xtext.Assignment getValueAssignment_1_2()
-
getValueLogicalNegationOperationParserRuleCall_1_2_0
public org.eclipse.xtext.RuleCall getValueLogicalNegationOperationParserRuleCall_1_2_0()
-
-