Class ConstantMethodType
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Constant
-
- org.aspectj.apache.bcel.classfile.ConstantMethodType
-
-
Constructor Summary
Constructors Constructor Description ConstantMethodType(int descriptorIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)intgetDescriptorIndex()StringgetValue()StringtoString()
-
-
-
Method Detail
-
dump
public final void dump(DataOutputStream file) throws IOException
- Specified by:
dumpin classConstant- Throws:
IOException
-
getDescriptorIndex
public final int getDescriptorIndex()
-
accept
public void accept(ClassVisitor v)
-
-