org.eclipse.etrice.core.services
Class RoomGrammarAccess.LiteralTypeElements

java.lang.Object
  extended by AbstractEnumRuleElementFinder
      extended by org.eclipse.etrice.core.services.RoomGrammarAccess.LiteralTypeElements
Enclosing class:
RoomGrammarAccess

public class RoomGrammarAccess.LiteralTypeElements
extends AbstractEnumRuleElementFinder


Constructor Summary
RoomGrammarAccess.LiteralTypeElements()
           
 
Method Summary
 Alternatives getAlternatives()
           
 EnumLiteralDeclaration getBOOLEnumLiteralDeclaration_0()
           
 Keyword getBOOLPtBooleanKeyword_0_0()
           
 EnumLiteralDeclaration getCHAREnumLiteralDeclaration_3()
           
 Keyword getCHARPtCharacterKeyword_3_0()
           
 EnumLiteralDeclaration getINTEnumLiteralDeclaration_1()
           
 Keyword getINTPtIntegerKeyword_1_0()
           
 EnumLiteralDeclaration getREALEnumLiteralDeclaration_2()
           
 Keyword getREALPtRealKeyword_2_0()
           
 EnumRule getRule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoomGrammarAccess.LiteralTypeElements

public RoomGrammarAccess.LiteralTypeElements()
Method Detail

getRule

public EnumRule getRule()

getAlternatives

public Alternatives getAlternatives()

getBOOLEnumLiteralDeclaration_0

public EnumLiteralDeclaration getBOOLEnumLiteralDeclaration_0()

getBOOLPtBooleanKeyword_0_0

public Keyword getBOOLPtBooleanKeyword_0_0()

getINTEnumLiteralDeclaration_1

public EnumLiteralDeclaration getINTEnumLiteralDeclaration_1()

getINTPtIntegerKeyword_1_0

public Keyword getINTPtIntegerKeyword_1_0()

getREALEnumLiteralDeclaration_2

public EnumLiteralDeclaration getREALEnumLiteralDeclaration_2()

getREALPtRealKeyword_2_0

public Keyword getREALPtRealKeyword_2_0()

getCHAREnumLiteralDeclaration_3

public EnumLiteralDeclaration getCHAREnumLiteralDeclaration_3()

getCHARPtCharacterKeyword_3_0

public Keyword getCHARPtCharacterKeyword_3_0()