|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
| Removed Methods | |
Type getType(Class) |
Returns the Java type corresponding to the given class. |
| Added Methods | |
Type[] getArgumentTypes() |
Returns the argument types of methods of this type. |
int getArgumentsAndReturnSizes() |
Returns the size of the arguments and of the return value of methods of this type. |
Type getMethodType(String) |
Returns the Java type corresponding to the given method descriptor. |
Type getMethodType(Type, |
Returns the Java method type corresponding to the given argument and return types. |
Type getReturnType() |
Returns the return type of methods of this type. |
Type getType(Class<?>) |
Returns the Java type corresponding to the given class. |
Type getType(Constructor<?>) |
Returns the Java method type corresponding to the given constructor. |
Type getType(Method) |
Returns the Java method type corresponding to the given method. |
| Changed Methods | ||
String getConstructorDescriptor(Constructor<?>) |
Change in signature from Constructor to Constructor<?>. |
Returns the descriptor corresponding to the given constructor. |
String getDescriptor(Class<?>) |
Change in signature from Class to Class<?>. |
Returns the descriptor corresponding to the given Java type. |
String getInternalName(Class<?>) |
Change in signature from Class to Class<?>. |
Returns the internal name of the given class. |
| Added Fields | |
int METHOD |
The sort of method types. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||