Class ExpressionDslGrammarAccess.VersionStmtElements

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

public class ExpressionDslGrammarAccess.VersionStmtElements 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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.eclipse.xtext.Group
     
    private final org.eclipse.xtext.Keyword
     
    private final org.eclipse.xtext.Assignment
     
    private final org.eclipse.xtext.Keyword
     
    private final org.eclipse.xtext.RuleCall
     
    private final org.eclipse.xtext.ParserRule
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.xtext.Group
     
    org.eclipse.xtext.ParserRule
     
    org.eclipse.xtext.Keyword
     
    org.eclipse.xtext.Assignment
     
    org.eclipse.xtext.Keyword
     
    org.eclipse.xtext.RuleCall
     

    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
  • Field Details

    • rule

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

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

      private final org.eclipse.xtext.Keyword cVersionKeyword_0
    • cVersionAssignment_1

      private final org.eclipse.xtext.Assignment cVersionAssignment_1
    • cVersionVERSIONTerminalRuleCall_1_0

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

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

    • VersionStmtElements

      public VersionStmtElements()
  • Method Details

    • getRule

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

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

      public org.eclipse.xtext.Keyword getVersionKeyword_0()
    • getVersionAssignment_1

      public org.eclipse.xtext.Assignment getVersionAssignment_1()
    • getVersionVERSIONTerminalRuleCall_1_0

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

      public org.eclipse.xtext.Keyword getSemicolonKeyword_2()