| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro | |
| org.eclipse.xtend.lib.macro.declaration |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFieldProcessor.doGenerateCode(FieldDeclaration annotatedField,
CodeGenerationContext context)
Called during code generation.
|
void |
AbstractFieldProcessor.doRegisterGlobals(FieldDeclaration annotatedField,
RegisterGlobalsContext context) |
void |
AbstractFieldProcessor.doValidate(FieldDeclaration annotatedField,
ValidationContext context)
Invoked by the validator
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFieldProcessor.doGenerateCode(List<? extends FieldDeclaration> annotatedFields,
CodeGenerationContext context) |
void |
AbstractFieldProcessor.doRegisterGlobals(List<? extends FieldDeclaration> annotatedFields,
RegisterGlobalsContext context) |
void |
AbstractFieldProcessor.doValidate(List<? extends FieldDeclaration> annotatedFields,
ValidationContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableFieldDeclaration |
| Modifier and Type | Method and Description |
|---|---|
FieldDeclaration |
TypeDeclaration.findDeclaredField(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends FieldDeclaration> |
TypeDeclaration.getDeclaredFields() |
Copyright © 2015. All Rights Reserved.