| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro | |
| org.eclipse.xtend.lib.macro.declaration | |
| org.eclipse.xtend.lib.macro.services |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEnumerationTypeProcessor.doGenerateCode(EnumerationTypeDeclaration annotatedEnumerationType,
CodeGenerationContext context)
Called during code generation.
|
void |
AbstractEnumerationTypeProcessor.doRegisterGlobals(EnumerationTypeDeclaration annotatedEnumerationType,
RegisterGlobalsContext context)
Called during global symbol collecting.
|
void |
AbstractEnumerationTypeProcessor.doValidate(EnumerationTypeDeclaration annotatedEnumerationType,
ValidationContext context)
Invoked by the validator
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEnumerationTypeProcessor.doGenerateCode(List<? extends EnumerationTypeDeclaration> annotatedSourceElements,
CodeGenerationContext context) |
void |
AbstractEnumerationTypeProcessor.doRegisterGlobals(List<? extends EnumerationTypeDeclaration> annotatedEnumerationTypes,
RegisterGlobalsContext context) |
void |
AbstractEnumerationTypeProcessor.doValidate(List<? extends EnumerationTypeDeclaration> annotatedEnumerationTypes,
ValidationContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableEnumerationTypeDeclaration |
| Modifier and Type | Method and Description |
|---|---|
EnumerationTypeDeclaration |
EnumerationValueDeclaration.getDeclaringType() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends EnumerationTypeDeclaration> |
TypeDeclaration.getDeclaredEnumerationTypes() |
| Modifier and Type | Method and Description |
|---|---|
EnumerationTypeDeclaration |
SourceTypeLookup.findSourceEnumerationType(String qualifiedName) |
Copyright © 2015. All Rights Reserved.