当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
CPMethodInfo (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.classfile
Class CPMethodInfo
java.lang.Object
org.netbeans.modules.classfile.CPEntry
org.netbeans.modules.classfile.CPNameAndTypeInfo
org.netbeans.modules.classfile.CPMethodInfo
- Direct Known Subclasses:
- CPInterfaceMethodInfo
public class CPMethodInfo
- extends CPNameAndTypeInfo
A class representing the CONSTANT_Methodref constant pool type.
Methods inherited from class org.netbeans.modules.classfile.CPEntry |
getValue |
getMethodName
public final String getMethodName()
getFullMethodName
public final String getFullMethodName()
- Get method name and signature, such as "void setBar(Bar)".
getTag
public int getTag()
- Description copied from class:
CPEntry
- Returns the constant type value, or tag, as defined by
table 4.3 of the Java Virtual Machine specification.
- Overrides:
getTag
in class CPNameAndTypeInfo
getClassID
public final int getClassID()
getFieldID
public final int getFieldID()
getClassName
public final ClassName getClassName()
getFieldName
public final String getFieldName()
toString
public String toString()
- Overrides:
toString
in class CPNameAndTypeInfo
getSignature
public final String getSignature()