Class ExpressionDslGrammarAccess.MultiplicativeOperatorElements

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

public class ExpressionDslGrammarAccess.MultiplicativeOperatorElements 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.Alternatives
     
    private final org.eclipse.xtext.Keyword
     
    private final org.eclipse.xtext.Keyword
     
    private final org.eclipse.xtext.ParserRule
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.xtext.Alternatives
     
    org.eclipse.xtext.Keyword
     
    org.eclipse.xtext.ParserRule
     
    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

    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
    • cAlternatives

      private final org.eclipse.xtext.Alternatives cAlternatives
    • cAsteriskKeyword_0

      private final org.eclipse.xtext.Keyword cAsteriskKeyword_0
    • cSolidusKeyword_1

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

    • MultiplicativeOperatorElements

      public MultiplicativeOperatorElements()
  • Method Details

    • getRule

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

      public org.eclipse.xtext.Alternatives getAlternatives()
    • getAsteriskKeyword_0

      public org.eclipse.xtext.Keyword getAsteriskKeyword_0()
    • getSolidusKeyword_1

      public org.eclipse.xtext.Keyword getSolidusKeyword_1()