Uses of Package
org.eclipse.xtend.lib.macro
Packages that use org.eclipse.xtend.lib.macro
-
Classes in org.eclipse.xtend.lib.macro used by org.eclipse.xtend.lib.macroClassDescriptionProvides services for the code generation phase.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.Provides services to be used during register-globals phase.Call back to participate in the register-globals phase, where Java types are collected.Services provided during transformation phaseA callback interface for the transformation phase, in which the Xtend AST is translated to the Java elements.Services provided during the validation phaseA callback interface for the validation phase.