Package classycle.classfile
Class MethodRefConstant
- java.lang.Object
-
- classycle.classfile.Constant
-
- classycle.classfile.RefConstant
-
- classycle.classfile.MethodRefConstant
-
public class MethodRefConstant extends RefConstant
Reference constant for a method.- Author:
- Franz-Josef Elmer
-
-
Constructor Summary
Constructors Constructor Description MethodRefConstant(Constant[] pool, int classIndex, int nameAndTypeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns constant type, class name, method name, and descriptor.-
Methods inherited from class classycle.classfile.RefConstant
getClassConstant, getNameAndType, toString
-
Methods inherited from class classycle.classfile.Constant
extractConstantPool, getConstant
-
-
-
-
Constructor Detail
-
MethodRefConstant
public MethodRefConstant(Constant[] pool, int classIndex, int nameAndTypeIndex)
-
-