Package tools.refinery.language.services
Class ProblemGrammarAccess.RuleKindElements
java.lang.Object
org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder
tools.refinery.language.services.ProblemGrammarAccess.RuleKindElements
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IEnumRuleAccess
- Enclosing class:
ProblemGrammarAccess
public class ProblemGrammarAccess.RuleKindElements
extends org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder
-
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
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.Alternatives
org.eclipse.xtext.Keyword
org.eclipse.xtext.EnumLiteralDeclaration
org.eclipse.xtext.Keyword
org.eclipse.xtext.EnumLiteralDeclaration
org.eclipse.xtext.EnumLiteralDeclaration
org.eclipse.xtext.Keyword
org.eclipse.xtext.EnumRule
getRule()
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder
getRules
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder
findAssignments, findByNestedRuleCall, findCrossReferences, findCrossReferences, findKeywordPairs, findKeywords, findRuleCalls
-
Constructor Details
-
RuleKindElements
public RuleKindElements()
-
-
Method Details
-
getRule
public org.eclipse.xtext.EnumRule getRule() -
getAlternatives
public org.eclipse.xtext.Alternatives getAlternatives() -
getDECISIONEnumLiteralDeclaration_0
public org.eclipse.xtext.EnumLiteralDeclaration getDECISIONEnumLiteralDeclaration_0() -
getDECISIONDecisionKeyword_0_0
public org.eclipse.xtext.Keyword getDECISIONDecisionKeyword_0_0() -
getPROPAGATIONEnumLiteralDeclaration_1
public org.eclipse.xtext.EnumLiteralDeclaration getPROPAGATIONEnumLiteralDeclaration_1() -
getPROPAGATIONPropagationKeyword_1_0
public org.eclipse.xtext.Keyword getPROPAGATIONPropagationKeyword_1_0() -
getCONCRETIZATIONEnumLiteralDeclaration_2
public org.eclipse.xtext.EnumLiteralDeclaration getCONCRETIZATIONEnumLiteralDeclaration_2() -
getCONCRETIZATIONConcretizationKeyword_2_0
public org.eclipse.xtext.Keyword getCONCRETIZATIONConcretizationKeyword_2_0()
-