Class MethodRefConstant


  • public class MethodRefConstant
    extends RefConstant
    Reference constant for a method.
    Author:
    Franz-Josef Elmer
    • Constructor Detail

      • MethodRefConstant

        public MethodRefConstant​(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