Package org.eclipse.xtext.services
Class XtextGrammarAccess.NegationElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- org.eclipse.xtext.services.XtextGrammarAccess.NegationElements
-
- All Implemented Interfaces:
IGrammarAccess.IAbstractRuleAccess,IGrammarAccess.IParserRuleAccess
- Enclosing class:
- XtextGrammarAccess
public class XtextGrammarAccess.NegationElements extends AbstractElementFinder.AbstractParserRuleElementFinder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.xtext.service.AbstractElementFinder
AbstractElementFinder.AbstractEnumRuleElementFinder, AbstractElementFinder.AbstractGrammarElementFinder, AbstractElementFinder.AbstractParserRuleElementFinder
-
-
Constructor Summary
Constructors Constructor Description NegationElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlternativesgetAlternatives()RuleCallgetAtomParserRuleCall_0()KeywordgetExclamationMarkKeyword_1_1()GroupgetGroup_1()ActiongetNegationAction_1_0()ParserRulegetRule()AssignmentgetValueAssignment_1_2()RuleCallgetValueNegationParserRuleCall_1_2_0()-
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
getRules
-
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder
findAssignments, findByNestedRuleCall, findCrossReferences, findCrossReferences, findKeywordPairs, findKeywords, findRuleCalls
-
-
-
-
Method Detail
-
getRule
public ParserRule getRule()
-
getAlternatives
public Alternatives getAlternatives()
-
getAtomParserRuleCall_0
public RuleCall getAtomParserRuleCall_0()
-
getGroup_1
public Group getGroup_1()
-
getNegationAction_1_0
public Action getNegationAction_1_0()
-
getExclamationMarkKeyword_1_1
public Keyword getExclamationMarkKeyword_1_1()
-
getValueAssignment_1_2
public Assignment getValueAssignment_1_2()
-
getValueNegationParserRuleCall_1_2_0
public RuleCall getValueNegationParserRuleCall_1_2_0()
-
-