Class InterfaceMethodRefConstant


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

      • InterfaceMethodRefConstant

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

      • toString

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