Class MethodRefConstant


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

    • MethodRefConstant

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