| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAnnotationTypeProcessor.doRegisterGlobals(AnnotationTypeDeclaration annotatedAnnotationType,
RegisterGlobalsContext context)
Called during global symbol collecting.
|
void |
AbstractClassProcessor.doRegisterGlobals(ClassDeclaration annotatedClass,
RegisterGlobalsContext context)
Called during global symbol collecting.
|
void |
AbstractConstructorProcessor.doRegisterGlobals(ConstructorDeclaration annotatedConstructor,
RegisterGlobalsContext context) |
void |
AbstractEnumerationTypeProcessor.doRegisterGlobals(EnumerationTypeDeclaration annotatedEnumerationType,
RegisterGlobalsContext context)
Called during global symbol collecting.
|
void |
AbstractFieldProcessor.doRegisterGlobals(FieldDeclaration annotatedField,
RegisterGlobalsContext context) |
void |
AbstractInterfaceProcessor.doRegisterGlobals(InterfaceDeclaration annotatedInterface,
RegisterGlobalsContext context)
Called during global symbol collecting.
|
void |
AbstractAnnotationTypeProcessor.doRegisterGlobals(List<? extends AnnotationTypeDeclaration> annotatedAnnotationTypes,
RegisterGlobalsContext context) |
void |
AbstractClassProcessor.doRegisterGlobals(List<? extends ClassDeclaration> annotatedClasses,
RegisterGlobalsContext context) |
void |
AbstractConstructorProcessor.doRegisterGlobals(List<? extends ConstructorDeclaration> annotatedConstructors,
RegisterGlobalsContext context) |
void |
AbstractEnumerationTypeProcessor.doRegisterGlobals(List<? extends EnumerationTypeDeclaration> annotatedEnumerationTypes,
RegisterGlobalsContext context) |
void |
AbstractFieldProcessor.doRegisterGlobals(List<? extends FieldDeclaration> annotatedFields,
RegisterGlobalsContext context) |
void |
AbstractInterfaceProcessor.doRegisterGlobals(List<? extends InterfaceDeclaration> annotatedInterfaces,
RegisterGlobalsContext context) |
void |
AbstractMethodProcessor.doRegisterGlobals(List<? extends MethodDeclaration> annotatedMethods,
RegisterGlobalsContext context) |
void |
RegisterGlobalsParticipant.doRegisterGlobals(List<? extends T> annotatedSourceElements,
RegisterGlobalsContext context)
Called by the compiler during register-globals phase.
|
void |
AbstractMethodProcessor.doRegisterGlobals(MethodDeclaration annotatedMethod,
RegisterGlobalsContext context) |
Copyright © 2015. All Rights Reserved.