org.apache.tomcat.util.bcel.classfile
Class ConstantMethodType
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Constant
org.apache.tomcat.util.bcel.classfile.ConstantMethodType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public final class ConstantMethodType
- extends Constant
This class is derived from the abstract
Constant class
and represents a reference to a method type.
- See Also:
Constant
,
Serialized Form
Fields inherited from class org.apache.tomcat.util.bcel.classfile.Constant |
tag |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ConstantMethodType
public ConstantMethodType(ConstantMethodType c)
- Initialize from another object.
ConstantMethodType
public ConstantMethodType(int descriptor_index)
getDescriptorIndex
public int getDescriptorIndex()
setDescriptorIndex
public void setDescriptorIndex(int descriptor_index)
toString
public final java.lang.String toString()
- Overrides:
toString
in class Constant
- Returns:
- String representation
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.