Class ExpressionDslGrammarAccess.CompoundElements
java.lang.Object
org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
de.uni_hildesheim.sse.vil.expressions.services.ExpressionDslGrammarAccess.CompoundElements
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
ExpressionDslGrammarAccess
public class ExpressionDslGrammarAccess.CompoundElements
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 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.eclipse.xtext.Keywordprivate final org.eclipse.xtext.Assignmentprivate final org.eclipse.xtext.Keywordprivate final org.eclipse.xtext.Groupprivate final org.eclipse.xtext.Groupprivate final org.eclipse.xtext.Keywordprivate final org.eclipse.xtext.Assignmentprivate final org.eclipse.xtext.RuleCallprivate final org.eclipse.xtext.Keywordprivate final org.eclipse.xtext.Keywordprivate final org.eclipse.xtext.Keywordprivate final org.eclipse.xtext.Assignmentprivate final org.eclipse.xtext.RuleCallprivate final org.eclipse.xtext.Assignmentprivate final org.eclipse.xtext.RuleCallprivate final org.eclipse.xtext.ParserRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.Keywordorg.eclipse.xtext.Assignmentorg.eclipse.xtext.Keywordorg.eclipse.xtext.GroupgetGroup()org.eclipse.xtext.Grouporg.eclipse.xtext.Keywordorg.eclipse.xtext.Assignmentorg.eclipse.xtext.RuleCallorg.eclipse.xtext.Keywordorg.eclipse.xtext.Keywordorg.eclipse.xtext.ParserRulegetRule()org.eclipse.xtext.Keywordorg.eclipse.xtext.Assignmentorg.eclipse.xtext.RuleCallorg.eclipse.xtext.Assignmentorg.eclipse.xtext.RuleCallMethods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
getRulesMethods inherited from class org.eclipse.xtext.service.AbstractElementFinder
findAssignments, findByNestedRuleCall, findCrossReferences, findCrossReferences, findKeywordPairs, findKeywords, findRuleCalls
-
Field Details
-
rule
private final org.eclipse.xtext.ParserRule rule -
cGroup
private final org.eclipse.xtext.Group cGroup -
cAbstractAssignment_0
private final org.eclipse.xtext.Assignment cAbstractAssignment_0 -
cAbstractAbstractKeyword_0_0
private final org.eclipse.xtext.Keyword cAbstractAbstractKeyword_0_0 -
cCompoundKeyword_1
private final org.eclipse.xtext.Keyword cCompoundKeyword_1 -
cNameAssignment_2
private final org.eclipse.xtext.Assignment cNameAssignment_2 -
cNameIdentifierParserRuleCall_2_0
private final org.eclipse.xtext.RuleCall cNameIdentifierParserRuleCall_2_0 -
cGroup_3
private final org.eclipse.xtext.Group cGroup_3 -
cRefinesKeyword_3_0
private final org.eclipse.xtext.Keyword cRefinesKeyword_3_0 -
cSuperAssignment_3_1
private final org.eclipse.xtext.Assignment cSuperAssignment_3_1 -
cSuperIdentifierParserRuleCall_3_1_0
private final org.eclipse.xtext.RuleCall cSuperIdentifierParserRuleCall_3_1_0 -
cLeftCurlyBracketKeyword_4
private final org.eclipse.xtext.Keyword cLeftCurlyBracketKeyword_4 -
cVarsAssignment_5
private final org.eclipse.xtext.Assignment cVarsAssignment_5 -
cVarsVariableDeclarationParserRuleCall_5_0
private final org.eclipse.xtext.RuleCall cVarsVariableDeclarationParserRuleCall_5_0 -
cRightCurlyBracketKeyword_6
private final org.eclipse.xtext.Keyword cRightCurlyBracketKeyword_6 -
cSemicolonKeyword_7
private final org.eclipse.xtext.Keyword cSemicolonKeyword_7
-
-
Constructor Details
-
CompoundElements
public CompoundElements()
-
-
Method Details
-
getRule
public org.eclipse.xtext.ParserRule getRule() -
getGroup
public org.eclipse.xtext.Group getGroup() -
getAbstractAssignment_0
public org.eclipse.xtext.Assignment getAbstractAssignment_0() -
getAbstractAbstractKeyword_0_0
public org.eclipse.xtext.Keyword getAbstractAbstractKeyword_0_0() -
getCompoundKeyword_1
public org.eclipse.xtext.Keyword getCompoundKeyword_1() -
getNameAssignment_2
public org.eclipse.xtext.Assignment getNameAssignment_2() -
getNameIdentifierParserRuleCall_2_0
public org.eclipse.xtext.RuleCall getNameIdentifierParserRuleCall_2_0() -
getGroup_3
public org.eclipse.xtext.Group getGroup_3() -
getRefinesKeyword_3_0
public org.eclipse.xtext.Keyword getRefinesKeyword_3_0() -
getSuperAssignment_3_1
public org.eclipse.xtext.Assignment getSuperAssignment_3_1() -
getSuperIdentifierParserRuleCall_3_1_0
public org.eclipse.xtext.RuleCall getSuperIdentifierParserRuleCall_3_1_0() -
getLeftCurlyBracketKeyword_4
public org.eclipse.xtext.Keyword getLeftCurlyBracketKeyword_4() -
getVarsAssignment_5
public org.eclipse.xtext.Assignment getVarsAssignment_5() -
getVarsVariableDeclarationParserRuleCall_5_0
public org.eclipse.xtext.RuleCall getVarsVariableDeclarationParserRuleCall_5_0() -
getRightCurlyBracketKeyword_6
public org.eclipse.xtext.Keyword getRightCurlyBracketKeyword_6() -
getSemicolonKeyword_7
public org.eclipse.xtext.Keyword getSemicolonKeyword_7()
-