Package tools.refinery.language.services
Class ProblemGrammarAccess.AggregationExprElements
java.lang.Object
org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
tools.refinery.language.services.ProblemGrammarAccess.AggregationExprElements
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
ProblemGrammarAccess
public class ProblemGrammarAccess.AggregationExprElements
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.CrossReference
org.eclipse.xtext.RuleCall
org.eclipse.xtext.Assignment
org.eclipse.xtext.Assignment
org.eclipse.xtext.RuleCall
org.eclipse.xtext.Group
getGroup()
org.eclipse.xtext.Keyword
org.eclipse.xtext.Keyword
org.eclipse.xtext.ParserRule
getRule()
org.eclipse.xtext.Assignment
org.eclipse.xtext.RuleCall
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
-
AggregationExprElements
public AggregationExprElements()
-
-
Method Details
-
getRule
public org.eclipse.xtext.ParserRule getRule() -
getGroup
public org.eclipse.xtext.Group getGroup() -
getAggregatorAssignment_0
public org.eclipse.xtext.Assignment getAggregatorAssignment_0() -
getAggregatorAggregatorDeclarationCrossReference_0_0
public org.eclipse.xtext.CrossReference getAggregatorAggregatorDeclarationCrossReference_0_0() -
getAggregatorAggregatorDeclarationQualifiedNameParserRuleCall_0_0_1
public org.eclipse.xtext.RuleCall getAggregatorAggregatorDeclarationQualifiedNameParserRuleCall_0_0_1() -
getLeftCurlyBracketKeyword_1
public org.eclipse.xtext.Keyword getLeftCurlyBracketKeyword_1() -
getValueAssignment_2
public org.eclipse.xtext.Assignment getValueAssignment_2() -
getValueExprParserRuleCall_2_0
public org.eclipse.xtext.RuleCall getValueExprParserRuleCall_2_0() -
getVerticalLineKeyword_3
public org.eclipse.xtext.Keyword getVerticalLineKeyword_3() -
getConditionAssignment_4
public org.eclipse.xtext.Assignment getConditionAssignment_4() -
getConditionComparisonExprParserRuleCall_4_0
public org.eclipse.xtext.RuleCall getConditionComparisonExprParserRuleCall_4_0() -
getRightCurlyBracketKeyword_5
public org.eclipse.xtext.Keyword getRightCurlyBracketKeyword_5()
-