Uses of Interface
org.eclipse.xtend.lib.macro.RegisterGlobalsContext
Packages that use RegisterGlobalsContext
-
Uses of RegisterGlobalsContext in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type RegisterGlobalsContextModifier and TypeMethodDescriptionvoidAbstractAnnotationTypeProcessor.doRegisterGlobals(List<? extends AnnotationTypeDeclaration> annotatedAnnotationTypes, RegisterGlobalsContext context) voidAbstractAnnotationTypeProcessor.doRegisterGlobals(AnnotationTypeDeclaration annotatedAnnotationType, RegisterGlobalsContext context) Called during global symbol collecting.voidAbstractClassProcessor.doRegisterGlobals(List<? extends ClassDeclaration> annotatedClasses, RegisterGlobalsContext context) voidAbstractClassProcessor.doRegisterGlobals(ClassDeclaration annotatedClass, RegisterGlobalsContext context) Called during global symbol collecting.voidAbstractConstructorProcessor.doRegisterGlobals(List<? extends ConstructorDeclaration> annotatedConstructors, RegisterGlobalsContext context) voidAbstractConstructorProcessor.doRegisterGlobals(ConstructorDeclaration annotatedConstructor, RegisterGlobalsContext context) voidAbstractEnumerationTypeProcessor.doRegisterGlobals(List<? extends EnumerationTypeDeclaration> annotatedEnumerationTypes, RegisterGlobalsContext context) voidAbstractEnumerationTypeProcessor.doRegisterGlobals(EnumerationTypeDeclaration annotatedEnumerationType, RegisterGlobalsContext context) Called during global symbol collecting.voidAbstractFieldProcessor.doRegisterGlobals(List<? extends FieldDeclaration> annotatedFields, RegisterGlobalsContext context) voidAbstractFieldProcessor.doRegisterGlobals(FieldDeclaration annotatedField, RegisterGlobalsContext context) voidAbstractInterfaceProcessor.doRegisterGlobals(List<? extends InterfaceDeclaration> annotatedInterfaces, RegisterGlobalsContext context) voidAbstractInterfaceProcessor.doRegisterGlobals(InterfaceDeclaration annotatedInterface, RegisterGlobalsContext context) Called during global symbol collecting.voidAbstractMethodProcessor.doRegisterGlobals(List<? extends MethodDeclaration> annotatedMethods, RegisterGlobalsContext context) voidAbstractMethodProcessor.doRegisterGlobals(MethodDeclaration annotatedMethod, RegisterGlobalsContext context) voidRegisterGlobalsParticipant.doRegisterGlobals(List<? extends T> annotatedSourceElements, RegisterGlobalsContext context) Called by the compiler during register-globals phase.