| Package | Description |
|---|---|
| org.aopalliance.reflect |
This package provides a set of interfaces for implementing a
generic reflection API.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
Member.getDeclaringClass()
Gets the class that declares this member.
|
Class[] |
Class.getInterfaces()
Gets all the interfaces implemented by this class.
|
Class |
Class.getSuperclass()
Gets the superclass of this class.
|
| Modifier and Type | Method and Description |
|---|---|
CodeLocator |
Code.getCatchLocator(Class exceptionType)
Returns a exception catching locator in the current body.
|
CodeLocator |
Code.getThrowLocator(Class exceptionType)
Returns a exception throwing locator in the current body.
|
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.