| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro | |
| org.eclipse.xtend.lib.macro.declaration |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFieldProcessor.doTransform(MutableFieldDeclaration annotatedField,
TransformationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFieldProcessor.doTransform(List<? extends MutableFieldDeclaration> annotatedfields,
TransformationContext context) |
| Modifier and Type | Method and Description |
|---|---|
MutableFieldDeclaration |
MutableTypeDeclaration.addField(String name,
Procedures.Procedure1<MutableFieldDeclaration> initializer)
Adds a new field with the given name.
|
MutableFieldDeclaration |
MutableTypeDeclaration.findDeclaredField(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends MutableFieldDeclaration> |
MutableTypeDeclaration.getDeclaredFields() |
| Modifier and Type | Method and Description |
|---|---|
MutableFieldDeclaration |
MutableTypeDeclaration.addField(String name,
Procedures.Procedure1<MutableFieldDeclaration> initializer)
Adds a new field with the given name.
|
Copyright © 2015. All Rights Reserved.