Package ca.ubc.stat.blang.services
Class BlangDslGrammarAccess.VariableDeclarationElements
java.lang.Object
org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
ca.ubc.stat.blang.services.BlangDslGrammarAccess.VariableDeclarationElements
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- BlangDslGrammarAccess
public class BlangDslGrammarAccess.VariableDeclarationElements
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 VariableDeclarationElements()
-
Method Summary
Modifier and Type Method Description org.eclipse.xtext.Assignment
getAnnotationsAssignment_0()
org.eclipse.xtext.RuleCall
getAnnotationsXAnnotationParserRuleCall_0_0()
org.eclipse.xtext.Keyword
getCommaKeyword_4_0()
org.eclipse.xtext.Assignment
getComponentsAssignment_3()
org.eclipse.xtext.Assignment
getComponentsAssignment_4_1()
org.eclipse.xtext.RuleCall
getComponentsVariableDeclarationComponentParserRuleCall_3_0()
org.eclipse.xtext.RuleCall
getComponentsVariableDeclarationComponentParserRuleCall_4_1_0()
org.eclipse.xtext.Group
getGroup()
org.eclipse.xtext.Group
getGroup_4()
org.eclipse.xtext.ParserRule
getRule()
org.eclipse.xtext.Assignment
getTypeAssignment_2()
org.eclipse.xtext.RuleCall
getTypeJvmTypeReferenceParserRuleCall_2_0()
org.eclipse.xtext.Assignment
getVariableTypeAssignment_1()
org.eclipse.xtext.RuleCall
getVariableTypeVariableTypeEnumRuleCall_1_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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VariableDeclarationElements
public VariableDeclarationElements()
-
-
Method Details
-
getRule
public org.eclipse.xtext.ParserRule getRule() -
getGroup
public org.eclipse.xtext.Group getGroup() -
getAnnotationsAssignment_0
public org.eclipse.xtext.Assignment getAnnotationsAssignment_0() -
getAnnotationsXAnnotationParserRuleCall_0_0
public org.eclipse.xtext.RuleCall getAnnotationsXAnnotationParserRuleCall_0_0() -
getVariableTypeAssignment_1
public org.eclipse.xtext.Assignment getVariableTypeAssignment_1() -
getVariableTypeVariableTypeEnumRuleCall_1_0
public org.eclipse.xtext.RuleCall getVariableTypeVariableTypeEnumRuleCall_1_0() -
getTypeAssignment_2
public org.eclipse.xtext.Assignment getTypeAssignment_2() -
getTypeJvmTypeReferenceParserRuleCall_2_0
public org.eclipse.xtext.RuleCall getTypeJvmTypeReferenceParserRuleCall_2_0() -
getComponentsAssignment_3
public org.eclipse.xtext.Assignment getComponentsAssignment_3() -
getComponentsVariableDeclarationComponentParserRuleCall_3_0
public org.eclipse.xtext.RuleCall getComponentsVariableDeclarationComponentParserRuleCall_3_0() -
getGroup_4
public org.eclipse.xtext.Group getGroup_4() -
getCommaKeyword_4_0
public org.eclipse.xtext.Keyword getCommaKeyword_4_0() -
getComponentsAssignment_4_1
public org.eclipse.xtext.Assignment getComponentsAssignment_4_1() -
getComponentsVariableDeclarationComponentParserRuleCall_4_1_0
public org.eclipse.xtext.RuleCall getComponentsVariableDeclarationComponentParserRuleCall_4_1_0()
-