public class CPMethodInfo extends CPNameAndTypeInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getClassID() |
ClassName |
getClassName() |
int |
getFieldID() |
String |
getFieldName() |
String |
getFullMethodName()
Get method name and signature, such as "void setBar(Bar)".
|
String |
getMethodName() |
String |
getSignature() |
int |
getTag()
Returns the constant type value, or tag, as defined by
table 4.3 of the Java Virtual Machine specification.
|
String |
toString() |
getDescriptor, getNamepublic final String getMethodName()
public final String getFullMethodName()
public int getTag()
CPEntrygetTag in class CPNameAndTypeInfopublic final int getClassID()
public final int getFieldID()
public final ClassName getClassName()
public final String getFieldName()
public String toString()
toString in class CPNameAndTypeInfopublic final String getSignature()
Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.