| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro | |
| org.eclipse.xtend.lib.macro.declaration |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMethodProcessor.doTransform(MutableMethodDeclaration annotatedMethod,
TransformationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMethodProcessor.doTransform(List<? extends MutableMethodDeclaration> annotatedMethods,
TransformationContext context) |
| Modifier and Type | Method and Description |
|---|---|
MutableMethodDeclaration |
MutableTypeDeclaration.addMethod(String name,
Procedures.Procedure1<MutableMethodDeclaration> initializer)
Adds a new method with the given name to this type declaration.
|
MutableMethodDeclaration |
MutableTypeDeclaration.findDeclaredMethod(String name,
TypeReference... parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends MutableMethodDeclaration> |
MutableTypeDeclaration.getDeclaredMethods() |
| Modifier and Type | Method and Description |
|---|---|
MutableMethodDeclaration |
MutableTypeDeclaration.addMethod(String name,
Procedures.Procedure1<MutableMethodDeclaration> initializer)
Adds a new method with the given name to this type declaration.
|
Copyright © 2015. All Rights Reserved.