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
Constructors Constructor Description FunctionLiteralElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.Keyword
getCommaKeyword_2_1_0()
org.eclipse.xtext.Group
getGroup()
org.eclipse.xtext.Group
getGroup_2()
org.eclipse.xtext.Group
getGroup_2_1()
org.eclipse.xtext.Assignment
getIdAssignment_0()
org.eclipse.xtext.RuleCall
getIdIDTerminalRuleCall_0_0()
org.eclipse.xtext.Keyword
getLeftParenthesisKeyword_1()
org.eclipse.xtext.Assignment
getParameters_FunctionLiteralAssignment_2_0()
org.eclipse.xtext.Assignment
getParameters_FunctionLiteralAssignment_2_1_1()
org.eclipse.xtext.RuleCall
getParameters_FunctionLiteralBoolAndExprParserRuleCall_2_0_0()
org.eclipse.xtext.RuleCall
getParameters_FunctionLiteralBoolAndExprParserRuleCall_2_1_1_0()
org.eclipse.xtext.Keyword
getRightParenthesisKeyword_3()
org.eclipse.xtext.ParserRule
getRule()
-
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
getRules
-
-
-
-
Method Detail
-
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()
-
-