| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro |
| Class and Description |
|---|
| CodeGenerationContext
Provides services for the code generation phase.
|
| CodeGenerationParticipant
Annotation processors implementing this interface will be called in the code generation phase, which is called
when Xtend's actual Java code is generated and written to the file system.
|
| RegisterGlobalsContext
Provides services to be used during register-globals phase.
|
| RegisterGlobalsParticipant
Call back to participate in the register-globals phase, where Java types are
collected.
|
| TransformationContext
Services provided during transformation phase
|
| TransformationParticipant
A callback interface for the transformation phase, in which the Xtend AST is translated
to the Java elements.
|
| ValidationContext
Services provided during the validation phase
|
| ValidationParticipant
A callback interface for the validation phase.
|
Copyright © 2015. All Rights Reserved.