| Modifier and Type | Method and Description |
|---|---|
EnumLiteralDeclaration |
XtextFactory.createEnumLiteralDeclaration()
Returns a new object of class 'Enum Literal Declaration'
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumLiteralDeclarationImpl
An implementation of the model object 'Enum Literal Declaration'
|
| Modifier and Type | Method and Description |
|---|---|
EnumLiteralDeclaration |
XtextFactoryImpl.createEnumLiteralDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractPackratParser.consumeEnum(EnumLiteralDeclaration literal,
ICharacterClass notFollowedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnumLiteralConsumer.configure(EnumLiteralDeclaration literal,
ICharacterClass notFollowedBy) |
protected int |
NonTerminalConsumer.consumeEnum(EnumLiteralDeclaration literal,
ICharacterClass notFollowedBy) |
int |
IConsumerUtility.consumeEnum(EnumLiteralDeclaration literal,
ICharacterClass notFollowedBy) |
| Modifier and Type | Method and Description |
|---|---|
int |
DebugConsumerUtility.consumeEnum(EnumLiteralDeclaration literal,
ICharacterClass notFollowedBy) |
| Modifier and Type | Method and Description |
|---|---|
EnumLiteralDeclaration |
ParsedEnumLiteral.getGrammarElement() |
| Constructor and Description |
|---|
ParsedEnumLiteral(int offset,
int length,
EnumLiteralDeclaration literal,
IParsedTokenSource source,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XtextSemanticSequencer.sequence_EnumLiteralDeclaration(ISerializationContext context,
EnumLiteralDeclaration semanticObject)
Contexts:
EnumLiterals returns EnumLiteralDeclaration
EnumLiterals.Alternatives_1_0 returns EnumLiteralDeclaration
EnumLiteralDeclaration returns EnumLiteralDeclaration
Constraint:
(enumLiteral=[EEnumLiteral|ID] literal=Keyword?)
|
| Modifier and Type | Method and Description |
|---|---|
T |
XtextSwitch.caseEnumLiteralDeclaration(EnumLiteralDeclaration object)
Returns the result of interpreting the object as an instance of 'Enum Literal Declaration'
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
GrammarWithoutLeftRecursionInspector.caseEnumLiteralDeclaration(EnumLiteralDeclaration object) |
void |
XtextValidator.checkEnumLiteralIsUnique(EnumLiteralDeclaration decl) |
void |
XtextValidator.checkEnumLiteralIsValid(EnumLiteralDeclaration decl) |
void |
XtextValidator.checkGeneratedEnumIsValid(EnumLiteralDeclaration decl) |
Copyright © 2015. All Rights Reserved.