Class InterfaceMethodRefConstant

java.lang.Object
classycle.classfile.Constant
classycle.classfile.RefConstant
classycle.classfile.InterfaceMethodRefConstant

public class InterfaceMethodRefConstant extends RefConstant
Reference constant for an interface method.
Author:
Franz-Josef Elmer
  • Constructor Details

    • InterfaceMethodRefConstant

      public InterfaceMethodRefConstant(Constant[] pool, int classIndex, int nameAndTypeIndex)
  • Method Details

    • toString

      public String toString()
      Returns constant type, class name, method name, and descriptor.
      Overrides:
      toString in class Object