Class StoexGrammarAccess.FunctionLiteralElements
java.lang.Object
org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
org.palladiosimulator.commons.stoex.services.StoexGrammarAccess.FunctionLiteralElements
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- StoexGrammarAccess
public class StoexGrammarAccess.FunctionLiteralElements
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.Keyword
org.eclipse.xtext.Group
getGroup()
org.eclipse.xtext.Group
org.eclipse.xtext.Group
org.eclipse.xtext.Assignment
org.eclipse.xtext.RuleCall
org.eclipse.xtext.Keyword
org.eclipse.xtext.Assignment
org.eclipse.xtext.Assignment
org.eclipse.xtext.RuleCall
org.eclipse.xtext.RuleCall
org.eclipse.xtext.Keyword
org.eclipse.xtext.ParserRule
getRule()
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
-
FunctionLiteralElements
public FunctionLiteralElements()
-
-
Method Details
-
getRule
public org.eclipse.xtext.ParserRule getRule() -
getGroup
public org.eclipse.xtext.Group getGroup() -
getIdAssignment_0
public org.eclipse.xtext.Assignment getIdAssignment_0() -
getIdIDTerminalRuleCall_0_0
public org.eclipse.xtext.RuleCall getIdIDTerminalRuleCall_0_0() -
getLeftParenthesisKeyword_1
public org.eclipse.xtext.Keyword getLeftParenthesisKeyword_1() -
getGroup_2
public org.eclipse.xtext.Group getGroup_2() -
getParameters_FunctionLiteralAssignment_2_0
public org.eclipse.xtext.Assignment getParameters_FunctionLiteralAssignment_2_0() -
getParameters_FunctionLiteralBoolAndExprParserRuleCall_2_0_0
public org.eclipse.xtext.RuleCall getParameters_FunctionLiteralBoolAndExprParserRuleCall_2_0_0() -
getGroup_2_1
public org.eclipse.xtext.Group getGroup_2_1() -
getCommaKeyword_2_1_0
public org.eclipse.xtext.Keyword getCommaKeyword_2_1_0() -
getParameters_FunctionLiteralAssignment_2_1_1
public org.eclipse.xtext.Assignment getParameters_FunctionLiteralAssignment_2_1_1() -
getParameters_FunctionLiteralBoolAndExprParserRuleCall_2_1_1_0
public org.eclipse.xtext.RuleCall getParameters_FunctionLiteralBoolAndExprParserRuleCall_2_1_1_0() -
getRightParenthesisKeyword_3
public org.eclipse.xtext.Keyword getRightParenthesisKeyword_3()
-