Class ExpressionDslGrammarAccess.ExpressionStatementElements

java.lang.Object
org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
de.uni_hildesheim.sse.vil.expressions.services.ExpressionDslGrammarAccess.ExpressionStatementElements
All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess, org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
Enclosing class:
ExpressionDslGrammarAccess

public class ExpressionDslGrammarAccess.ExpressionStatementElements extends org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
  • Field Details

    • rule

      private final org.eclipse.xtext.ParserRule rule
    • cGroup

      private final org.eclipse.xtext.Group cGroup
    • cGroup_0

      private final org.eclipse.xtext.Group cGroup_0
    • cVarAssignment_0_0

      private final org.eclipse.xtext.Assignment cVarAssignment_0_0
    • cVarIdentifierParserRuleCall_0_0_0

      private final org.eclipse.xtext.RuleCall cVarIdentifierParserRuleCall_0_0_0
    • cGroup_0_1

      private final org.eclipse.xtext.Group cGroup_0_1
    • cFullStopKeyword_0_1_0

      private final org.eclipse.xtext.Keyword cFullStopKeyword_0_1_0
    • cFieldAssignment_0_1_1

      private final org.eclipse.xtext.Assignment cFieldAssignment_0_1_1
    • cFieldIdentifierParserRuleCall_0_1_1_0

      private final org.eclipse.xtext.RuleCall cFieldIdentifierParserRuleCall_0_1_1_0
    • cEqualsSignKeyword_0_2

      private final org.eclipse.xtext.Keyword cEqualsSignKeyword_0_2
    • cExprAssignment_1

      private final org.eclipse.xtext.Assignment cExprAssignment_1
    • cExprExpressionParserRuleCall_1_0

      private final org.eclipse.xtext.RuleCall cExprExpressionParserRuleCall_1_0
    • cSemicolonKeyword_2

      private final org.eclipse.xtext.Keyword cSemicolonKeyword_2
  • Constructor Details

    • ExpressionStatementElements

      public ExpressionStatementElements()
  • Method Details

    • getRule

      public org.eclipse.xtext.ParserRule getRule()
    • getGroup

      public org.eclipse.xtext.Group getGroup()
    • getGroup_0

      public org.eclipse.xtext.Group getGroup_0()
    • getVarAssignment_0_0

      public org.eclipse.xtext.Assignment getVarAssignment_0_0()
    • getVarIdentifierParserRuleCall_0_0_0

      public org.eclipse.xtext.RuleCall getVarIdentifierParserRuleCall_0_0_0()
    • getGroup_0_1

      public org.eclipse.xtext.Group getGroup_0_1()
    • getFullStopKeyword_0_1_0

      public org.eclipse.xtext.Keyword getFullStopKeyword_0_1_0()
    • getFieldAssignment_0_1_1

      public org.eclipse.xtext.Assignment getFieldAssignment_0_1_1()
    • getFieldIdentifierParserRuleCall_0_1_1_0

      public org.eclipse.xtext.RuleCall getFieldIdentifierParserRuleCall_0_1_1_0()
    • getEqualsSignKeyword_0_2

      public org.eclipse.xtext.Keyword getEqualsSignKeyword_0_2()
    • getExprAssignment_1

      public org.eclipse.xtext.Assignment getExprAssignment_1()
    • getExprExpressionParserRuleCall_1_0

      public org.eclipse.xtext.RuleCall getExprExpressionParserRuleCall_1_0()
    • getSemicolonKeyword_2

      public org.eclipse.xtext.Keyword getSemicolonKeyword_2()