| 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 |
AbstractInterfaceProcessor.doGenerateCode(InterfaceDeclaration annotatedInterface,
CodeGenerationContext context)
Called during code generation.
|
void |
AbstractInterfaceProcessor.doRegisterGlobals(InterfaceDeclaration annotatedInterface,
RegisterGlobalsContext context)
Called during global symbol collecting.
|
void |
AbstractInterfaceProcessor.doValidate(InterfaceDeclaration annotatedInterface,
ValidationContext context)
Invoked by the validator
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInterfaceProcessor.doGenerateCode(List<? extends InterfaceDeclaration> annotatedSourceElements,
CodeGenerationContext context) |
void |
AbstractInterfaceProcessor.doRegisterGlobals(List<? extends InterfaceDeclaration> annotatedInterfaces,
RegisterGlobalsContext context) |
void |
AbstractInterfaceProcessor.doValidate(List<? extends InterfaceDeclaration> annotatedInterfaces,
ValidationContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableInterfaceDeclaration |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends InterfaceDeclaration> |
TypeDeclaration.getDeclaredInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
InterfaceDeclaration |
SourceTypeLookup.findSourceInterface(String qualifiedName) |
Copyright © 2015. All Rights Reserved.