de.cau.cs.kieler.core.expressions.services
Class ExpressionsGrammarAccess.CombineOperatorElements

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractElementFinder
      extended by org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder
          extended by de.cau.cs.kieler.core.expressions.services.ExpressionsGrammarAccess.CombineOperatorElements
All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess, org.eclipse.xtext.IGrammarAccess.IEnumRuleAccess
Enclosing class:
ExpressionsGrammarAccess

public class ExpressionsGrammarAccess.CombineOperatorElements
extends org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder

Rating red

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
ExpressionsGrammarAccess.CombineOperatorElements()
           
 
Method Summary
 org.eclipse.xtext.EnumLiteralDeclaration getADDEnumLiteralDeclaration_1()
           
 org.eclipse.xtext.Keyword getADDPlusSignKeyword_1_0()
           
 org.eclipse.xtext.Alternatives getAlternatives()
           
 org.eclipse.xtext.Keyword getANDAndKeyword_6_0()
           
 org.eclipse.xtext.EnumLiteralDeclaration getANDEnumLiteralDeclaration_6()
           
 org.eclipse.xtext.EnumLiteralDeclaration getHOSTEnumLiteralDeclaration_7()
           
 org.eclipse.xtext.Keyword getHOSTHostKeyword_7_0()
           
 org.eclipse.xtext.EnumLiteralDeclaration getMAXEnumLiteralDeclaration_3()
           
 org.eclipse.xtext.Keyword getMAXMaxKeyword_3_0()
           
 org.eclipse.xtext.EnumLiteralDeclaration getMINEnumLiteralDeclaration_4()
           
 org.eclipse.xtext.Keyword getMINMinKeyword_4_0()
           
 org.eclipse.xtext.Keyword getMULTAsteriskKeyword_2_0()
           
 org.eclipse.xtext.EnumLiteralDeclaration getMULTEnumLiteralDeclaration_2()
           
 org.eclipse.xtext.EnumLiteralDeclaration getNONEEnumLiteralDeclaration_0()
           
 org.eclipse.xtext.Keyword getNONENoneKeyword_0_0()
           
 org.eclipse.xtext.EnumLiteralDeclaration getOREnumLiteralDeclaration_5()
           
 org.eclipse.xtext.Keyword getOROrKeyword_5_0()
           
 org.eclipse.xtext.EnumRule getRule()
           
 
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder
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
 

Constructor Detail

ExpressionsGrammarAccess.CombineOperatorElements

public ExpressionsGrammarAccess.CombineOperatorElements()
Method Detail

getRule

public org.eclipse.xtext.EnumRule getRule()

getAlternatives

public org.eclipse.xtext.Alternatives getAlternatives()

getNONEEnumLiteralDeclaration_0

public org.eclipse.xtext.EnumLiteralDeclaration getNONEEnumLiteralDeclaration_0()

getNONENoneKeyword_0_0

public org.eclipse.xtext.Keyword getNONENoneKeyword_0_0()

getADDEnumLiteralDeclaration_1

public org.eclipse.xtext.EnumLiteralDeclaration getADDEnumLiteralDeclaration_1()

getADDPlusSignKeyword_1_0

public org.eclipse.xtext.Keyword getADDPlusSignKeyword_1_0()

getMULTEnumLiteralDeclaration_2

public org.eclipse.xtext.EnumLiteralDeclaration getMULTEnumLiteralDeclaration_2()

getMULTAsteriskKeyword_2_0

public org.eclipse.xtext.Keyword getMULTAsteriskKeyword_2_0()

getMAXEnumLiteralDeclaration_3

public org.eclipse.xtext.EnumLiteralDeclaration getMAXEnumLiteralDeclaration_3()

getMAXMaxKeyword_3_0

public org.eclipse.xtext.Keyword getMAXMaxKeyword_3_0()

getMINEnumLiteralDeclaration_4

public org.eclipse.xtext.EnumLiteralDeclaration getMINEnumLiteralDeclaration_4()

getMINMinKeyword_4_0

public org.eclipse.xtext.Keyword getMINMinKeyword_4_0()

getOREnumLiteralDeclaration_5

public org.eclipse.xtext.EnumLiteralDeclaration getOREnumLiteralDeclaration_5()

getOROrKeyword_5_0

public org.eclipse.xtext.Keyword getOROrKeyword_5_0()

getANDEnumLiteralDeclaration_6

public org.eclipse.xtext.EnumLiteralDeclaration getANDEnumLiteralDeclaration_6()

getANDAndKeyword_6_0

public org.eclipse.xtext.Keyword getANDAndKeyword_6_0()

getHOSTEnumLiteralDeclaration_7

public org.eclipse.xtext.EnumLiteralDeclaration getHOSTEnumLiteralDeclaration_7()

getHOSTHostKeyword_7_0

public org.eclipse.xtext.Keyword getHOSTHostKeyword_7_0()