Uses of Interface
org.ocpsoft.rewrite.annotation.api.ClassContext
Packages that use ClassContext
-
Uses of ClassContext in org.ocpsoft.rewrite.annotation.api
Subinterfaces of ClassContext in org.ocpsoft.rewrite.annotation.apiModifier and TypeInterfaceDescriptioninterfaceContext for scanning a single field of a classinterfaceContext for scanning a single field of a classinterfaceContext for scanning a single field of a classMethods in org.ocpsoft.rewrite.annotation.api that return ClassContextModifier and TypeMethodDescriptionFieldContext.getClassContext()Return the parentClassContextto which this context is a descendant.MethodContext.getClassContext()Return the parentClassContextto which this context is a descendant.ParameterContext.getClassContext()Return the parentClassContextto which this context is a descendant. -
Uses of ClassContext in org.ocpsoft.rewrite.annotation.spi
Methods in org.ocpsoft.rewrite.annotation.spi with parameters of type ClassContextModifier and TypeMethodDescriptionvoidAnnotationHandler.process(ClassContext context, A annotation, HandlerChain chain) final voidFieldAnnotationHandler.process(ClassContext context, A annotation, HandlerChain chain) final voidMethodAnnotationHandler.process(ClassContext context, A annotation, HandlerChain chain) final voidParameterAnnotationHandler.process(ClassContext context, A annotation, HandlerChain chain)