|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassEx | |
---|---|
edu.rice.cs.cunit.subAnnot |
Uses of ClassEx in edu.rice.cs.cunit.subAnnot |
---|
Fields in edu.rice.cs.cunit.subAnnot declared as ClassEx | |
---|---|
(package private) ClassEx |
SALibDummy.classEx
|
Methods in edu.rice.cs.cunit.subAnnot that return ClassEx | ||
---|---|---|
|
ClassEx.asSubclass(ClassEx<U> clazz)
Casts this Class object to represent a subclass of the class represented by the specified class object. |
|
static ClassEx<?> |
ClassEx.forName(java.lang.String s)
Return an extended Class instance for the class with the specified class name. |
|
static ClassEx<?> |
ClassEx.forName(java.lang.String s,
boolean initialize,
java.lang.ClassLoader loader)
Return an extended Class instance for the class with the specified class name. |
|
ClassEx[] |
ClassEx.getClasses()
Returns a array containing extended Class objects representing all the public classes and interfaces that are members of the class represented by this extended Class object. |
|
ClassEx<?> |
ClassEx.getComponentType()
Returns the extended Class representing the component type of an array. |
|
ClassEx[] |
ClassEx.getDeclaredClasses()
Returns an array of extended Class objects reflecting all the classes and interfaces declared as members of the class represented by this extended Class object. |
|
ClassEx<?> |
ClassEx.getDeclaringClass()
If the class or interface represented by this extended Class object is a member of another class, returns the extended Class object representing the class in which it was declared. |
|
ClassEx<?> |
ClassEx.getEnclosingClass()
Returns the immediately enclosing class of the underlying class. |
|
ClassEx[] |
ConstructorEx.getExceptionTypes()
Returns an array of Class objects that represent the types of exceptions declared to be thrown by
the underlying constructor represented by this Constructor object. |
|
ClassEx[] |
MethodEx.getExceptionTypes()
Returns an array of Class objects that represent the types of the exceptions declared to be thrown
by the underlying method represented by this Method object. |
|
ClassEx[] |
ClassEx.getInterfaces()
Determines the interfaces implemented by the class or interface represented by this object. |
|
ClassEx[] |
ConstructorEx.getParameterTypes()
Returns an array of Class objects that represent the formal parameter types, in declaration order,
of the constructor represented by this Constructor object. |
|
ClassEx[] |
MethodEx.getParameterTypes()
Returns an array of Class objects that represent the formal parameter types, in declaration order,
of the method represented by this Method object. |
|
ClassEx<?> |
MethodEx.getReturnType()
Returns a Class object that represents the formal return type of the method represented by this
Method object. |
|
ClassEx<? super T> |
ClassEx.getSuperclass()
Returns the extended Class representing the superclass of the entity (class, interface, primitive type or void) represented by this extended Class. |
Methods in edu.rice.cs.cunit.subAnnot with parameters of type ClassEx | ||
---|---|---|
|
ClassEx.asSubclass(ClassEx<U> clazz)
Casts this Class object to represent a subclass of the class represented by the specified class object. |
|
|
AAnnotatedElementEx.getAnnotations(ClassEx<A> c)
Return an array of the annotations attached to the element that are subclasses of the specified class. |
|
|
AnnotatedElementEx.getAnnotations(ClassEx<A> c)
Return an array of the annotations attached to the element that are subclasses of the specified class. |
|
ConstructorEx<T> |
ClassEx.getConstructor(ClassEx... parameterTypes)
Returns an extended Constructor object that reflects the specified public constructor of the class represented by this extended Class object. |
|
|
AAnnotatedElementEx.getDeclaredAnnotations(ClassEx<A> c)
Return an array of the annotations attached to the element that are subclasses of the specified class. |
|
|
AnnotatedElementEx.getDeclaredAnnotations(ClassEx<A> c)
Return an array of the annotations attached to the element that are subclasses of the specified class. |
|
ConstructorEx<T> |
ClassEx.getDeclaredConstructor(ClassEx... parameterTypes)
Returns an extended Constructor object that reflects the specified constructor of the class or interface represented by this extended Class object. |
|
MethodEx |
ClassEx.getDeclaredMethod(java.lang.String name,
ClassEx... parameterTypes)
Returns an extended Method object that reflects the specified declared method of the class or interface represented by this extended Class object. |
|
MethodEx |
ClassEx.getMethod(java.lang.String name,
ClassEx... parameterTypes)
Returns an array containing extended Method objects reflecting all the public member methods of the class or interface represented by this extended Class object, including those declared by the class or interface and those inherited from superclasses and superinterfaces. |
|
boolean |
AAnnotatedElementEx.isAnnotationPresent(ClassEx<? extends java.lang.annotation.Annotation> c)
Returns true if an annotation for the specified type or one of its subtypes is present on this element, else false. |
|
boolean |
AnnotatedElementEx.isAnnotationPresent(ClassEx<? extends java.lang.annotation.Annotation> c)
Returns true if an annotation for the specified type or one of its subtypes is present on this element, else false. |
|
boolean |
AAnnotatedElementEx.isDeclaredAnnotationPresent(ClassEx<? extends java.lang.annotation.Annotation> c)
Returns true if an annotation for the specified type or one of its subtypes is present on this element, else false. |
|
boolean |
AnnotatedElementEx.isDeclaredAnnotationPresent(ClassEx<? extends java.lang.annotation.Annotation> c)
Returns true if an annotation for the specified type or one of its subtypes is present on this element, else false. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |