| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro | |
| org.eclipse.xtend.lib.macro.declaration |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMethodProcessor.doGenerateCode(MethodDeclaration annotatedMethod,
CodeGenerationContext context) |
void |
AbstractMethodProcessor.doRegisterGlobals(MethodDeclaration annotatedMethod,
RegisterGlobalsContext context) |
void |
AbstractMethodProcessor.doValidate(MethodDeclaration annotatedMethod,
ValidationContext context)
Invoked by the validator
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMethodProcessor.doGenerateCode(List<? extends MethodDeclaration> annotatedMethods,
CodeGenerationContext context) |
void |
AbstractMethodProcessor.doRegisterGlobals(List<? extends MethodDeclaration> annotatedMethods,
RegisterGlobalsContext context) |
void |
AbstractMethodProcessor.doValidate(List<? extends MethodDeclaration> annotatedMethods,
ValidationContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableMethodDeclaration |
| Modifier and Type | Method and Description |
|---|---|
MethodDeclaration |
TypeDeclaration.findDeclaredMethod(String name,
TypeReference... parameterTypes) |
MethodDeclaration |
ResolvedMethod.getDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends MethodDeclaration> |
TypeDeclaration.getDeclaredMethods() |
Copyright © 2015. All Rights Reserved.