| 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 |
AbstractClassProcessor.doGenerateCode(ClassDeclaration annotatedClass,
CodeGenerationContext context)
Called during code generation.
|
void |
AbstractClassProcessor.doRegisterGlobals(ClassDeclaration annotatedClass,
RegisterGlobalsContext context)
Called during global symbol collecting.
|
void |
AbstractClassProcessor.doValidate(ClassDeclaration annotatedClass,
ValidationContext context)
Invoked by the validator
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClassProcessor.doGenerateCode(List<? extends ClassDeclaration> annotatedSourceElements,
CodeGenerationContext context) |
void |
AbstractClassProcessor.doRegisterGlobals(List<? extends ClassDeclaration> annotatedClasses,
RegisterGlobalsContext context) |
void |
AbstractClassProcessor.doValidate(List<? extends ClassDeclaration> annotatedClasses,
ValidationContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableClassDeclaration |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends ClassDeclaration> |
TypeDeclaration.getDeclaredClasses() |
| Modifier and Type | Method and Description |
|---|---|
ClassDeclaration |
SourceTypeLookup.findSourceClass(String qualifiedName) |
Copyright © 2015. All Rights Reserved.