Uses of Interface
org.aopalliance.reflect.Class
Packages that use Class
Package
Description
This package provides a set of interfaces for implementing a
generic reflection API.
-
Uses of Class in org.aopalliance.reflect
Methods in org.aopalliance.reflect that return ClassModifier and TypeMethodDescriptionMember.getDeclaringClass()Gets the class that declares this member.Class[]Class.getInterfaces()Gets all the interfaces implemented by this class.Class.getSuperclass()Gets the superclass of this class.Methods in org.aopalliance.reflect with parameters of type ClassModifier and TypeMethodDescriptionCode.getCatchLocator(Class exceptionType) Returns a exception catching locator in the current body.Code.getThrowLocator(Class exceptionType) Returns a exception throwing locator in the current body.