| Constructor and description |
|---|
MethodRef
(java.lang.String declClass, java.lang.String[] argTypes, java.lang.String returnType, java.lang.String methodName)Initializes a new field reference. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
equals(java.lang.Object o) |
|
java.lang.String[] |
getArgumentTypeNames()Gets an array of method argument types. |
|
java.lang.String |
getDeclClassName()Gets the name of the method's declaring class. |
|
java.lang.String |
getDescriptor()Gets the method's descriptor. |
|
java.lang.String |
getName()Gets the method's name. |
|
java.lang.String |
getReturnTypeName()Gets the method's return type. |
|
int |
hashCode() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Initializes a new field reference.
Gets an array of method argument types.
Gets the name of the method's declaring class.
Gets the method's descriptor.
Gets the method's name.
Gets the method's return type. Examples: "Ljava/lang/String;", "[I".