Uses of Interface
org.kite9.framework.model.AnnotatedElementHandle

Packages that use AnnotatedElementHandle
org.kite9.framework.model   
 

Uses of AnnotatedElementHandle in org.kite9.framework.model
 

Classes in org.kite9.framework.model that implement AnnotatedElementHandle
 class ClassHandle
           
 class ConstructorHandle
           
 class FieldHandle
           
 class MemberHandle
          Handle to a class member (method or field).
 class MethodHandle
           
 

Methods in org.kite9.framework.model that return AnnotatedElementHandle
 AnnotatedElementHandle<?> AnnotationHandle.getAnnotatedItem()
           
 

Methods in org.kite9.framework.model with parameters of type AnnotatedElementHandle
 int MemberHandle.compareTo(AnnotatedElementHandle<?> oo)
           
 int ClassHandle.compareTo(AnnotatedElementHandle<? extends AnnotatedElement> o)
           
 

Constructors in org.kite9.framework.model with parameters of type AnnotatedElementHandle
AnnotationHandle(Annotation a, AnnotatedElementHandle<?> site, String field)
           
AnnotationHandle(String annotationField, AnnotatedElementHandle<?> annotatedItem, String annotationClass)
           
 



Copyright © 2011. All Rights Reserved.