rewrite-config-annotations-api 1.1.0.Final

Uses of Interface
org.ocpsoft.rewrite.annotation.api.ClassContext

Packages that use ClassContext
org.ocpsoft.rewrite.annotation.api   
org.ocpsoft.rewrite.annotation.spi   
 

Uses of ClassContext in org.ocpsoft.rewrite.annotation.api
 

Subinterfaces of ClassContext in org.ocpsoft.rewrite.annotation.api
 interface FieldContext
          Context for scanning a single field of a class
 interface MethodContext
          Context for scanning a single field of a class
 interface ParameterContext
          Context for scanning a single field of a class
 

Methods in org.ocpsoft.rewrite.annotation.api that return ClassContext
 ClassContext ParameterContext.getClassContext()
          Return the parent ClassContext to which this context is a descendant.
 ClassContext MethodContext.getClassContext()
          Return the parent ClassContext to which this context is a descendant.
 ClassContext FieldContext.getClassContext()
          Return the parent ClassContext to 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 ClassContext
 void ParameterAnnotationHandler.process(ClassContext context, AnnotatedElement element, A annotation)
           
 void MethodAnnotationHandler.process(ClassContext context, AnnotatedElement element, A annotation)
           
 void FieldAnnotationHandler.process(ClassContext context, AnnotatedElement element, A annotation)
           
 void ClassAnnotationHandler.process(ClassContext context, AnnotatedElement element, A annotation)
           
 void AnnotationHandler.process(ClassContext context, AnnotatedElement element, A annotation)
           
abstract  void ClassAnnotationHandler.process(ClassContext context, Class<?> type, A annotation)
           
 


rewrite-config-annotations-api 1.1.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.