|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Added Methods | |
String getConstructorDescriptor(Constructor) |
Returns the descriptor corresponding to the given constructor. |
Type getObjectType(String) |
Returns the Type.OBJECT type for the given internal class name. |
| Changed Methods | ||
boolean equals(Object) |
Documentation changed from old to new. |
Tests if the given object is equal to this type. |
String getClassName() |
Documentation changed from old to new. |
Returns the name of the class corresponding to this type. |
int getDimensions() |
Documentation changed from old to new. |
Returns the number of dimensions of this array type. |
Type getElementType() |
Documentation changed from old to new. |
Returns the type of the elements of this array type. |
int getOpcode(int) |
Documentation changed from old to new. |
Returns a JVM instruction opcode adapted to this Java type. |
int getSize() |
Documentation changed from old to new. |
Returns the size of values of this type. |
int getSort() |
Documentation changed from old to new. |
Returns the sort of this Java type. |
int hashCode() |
Documentation changed from old to new. |
Returns a hash code value for this type. |
String toString() |
Documentation changed from old to new. |
Returns a string representation of this type. |
Type[] getArgumentTypes(String) |
Documentation changed from old to new. |
Returns the Java types corresponding to the argument types of the given method descriptor. |
Type[] getArgumentTypes(Method) |
Documentation changed from old to new. |
Returns the Java types corresponding to the argument types of the given method. |
String getDescriptor() |
Documentation changed from old to new. |
Returns the descriptor corresponding to this Java type. |
String getDescriptor(Class) |
Documentation changed from old to new. |
Returns the descriptor corresponding to the given Java type. |
String getInternalName() |
Documentation changed from old to new. |
Returns the internal name of the class corresponding to this object type. |
String getInternalName(Class) |
Documentation changed from old to new. |
Returns the internal name of the given class. |
String getMethodDescriptor(Method) |
Documentation changed from old to new. |
Returns the descriptor corresponding to the given method. |
String getMethodDescriptor(Type, |
Documentation changed from old to new. |
Returns the descriptor corresponding to the given argument and return types. |
Type getReturnType(String) |
Documentation changed from old to new. |
Returns the Java type corresponding to the return type of the given method descriptor. |
Type getReturnType(Method) |
Documentation changed from old to new. |
Returns the Java type corresponding to the return type of the given method. |
Type getType(Class) |
Documentation changed from old to new. |
Returns the Java type corresponding to the given class. |
Type getType(String) |
Documentation changed from old to new. |
Returns the Java type corresponding to the given type descriptor. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||