Package tools.refinery.language.services
Class ProblemGrammarAccess.EnumDeclarationElements
java.lang.Object
org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
tools.refinery.language.services.ProblemGrammarAccess.EnumDeclarationElements
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
ProblemGrammarAccess
public class ProblemGrammarAccess.EnumDeclarationElements
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
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.Alternatives
org.eclipse.xtext.Alternatives
org.eclipse.xtext.Keyword
org.eclipse.xtext.Keyword
org.eclipse.xtext.Keyword
org.eclipse.xtext.Keyword
org.eclipse.xtext.Group
getGroup()
org.eclipse.xtext.Group
org.eclipse.xtext.Group
org.eclipse.xtext.Group
org.eclipse.xtext.Keyword
org.eclipse.xtext.Assignment
org.eclipse.xtext.Assignment
org.eclipse.xtext.RuleCall
org.eclipse.xtext.RuleCall
org.eclipse.xtext.Assignment
org.eclipse.xtext.RuleCall
org.eclipse.xtext.Keyword
org.eclipse.xtext.ParserRule
getRule()
org.eclipse.xtext.Keyword
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
-
Constructor Details
-
EnumDeclarationElements
public EnumDeclarationElements()
-
-
Method Details
-
getRule
public org.eclipse.xtext.ParserRule getRule() -
getGroup
public org.eclipse.xtext.Group getGroup() -
getEnumKeyword_0
public org.eclipse.xtext.Keyword getEnumKeyword_0() -
getNameAssignment_1
public org.eclipse.xtext.Assignment getNameAssignment_1() -
getNameIdentifierParserRuleCall_1_0
public org.eclipse.xtext.RuleCall getNameIdentifierParserRuleCall_1_0() -
getAlternatives_2
public org.eclipse.xtext.Alternatives getAlternatives_2() -
getGroup_2_0
public org.eclipse.xtext.Group getGroup_2_0() -
getLeftCurlyBracketKeyword_2_0_0
public org.eclipse.xtext.Keyword getLeftCurlyBracketKeyword_2_0_0() -
getGroup_2_0_1
public org.eclipse.xtext.Group getGroup_2_0_1() -
getLiteralsAssignment_2_0_1_0
public org.eclipse.xtext.Assignment getLiteralsAssignment_2_0_1_0() -
getLiteralsEnumLiteralParserRuleCall_2_0_1_0_0
public org.eclipse.xtext.RuleCall getLiteralsEnumLiteralParserRuleCall_2_0_1_0_0() -
getGroup_2_0_1_1
public org.eclipse.xtext.Group getGroup_2_0_1_1() -
getCommaKeyword_2_0_1_1_0
public org.eclipse.xtext.Keyword getCommaKeyword_2_0_1_1_0() -
getLiteralsAssignment_2_0_1_1_1
public org.eclipse.xtext.Assignment getLiteralsAssignment_2_0_1_1_1() -
getLiteralsEnumLiteralParserRuleCall_2_0_1_1_1_0
public org.eclipse.xtext.RuleCall getLiteralsEnumLiteralParserRuleCall_2_0_1_1_1_0() -
getAlternatives_2_0_1_2
public org.eclipse.xtext.Alternatives getAlternatives_2_0_1_2() -
getCommaKeyword_2_0_1_2_0
public org.eclipse.xtext.Keyword getCommaKeyword_2_0_1_2_0() -
getSemicolonKeyword_2_0_1_2_1
public org.eclipse.xtext.Keyword getSemicolonKeyword_2_0_1_2_1() -
getRightCurlyBracketKeyword_2_0_2
public org.eclipse.xtext.Keyword getRightCurlyBracketKeyword_2_0_2() -
getFullStopKeyword_2_1
public org.eclipse.xtext.Keyword getFullStopKeyword_2_1()
-