Class ConstantMethodHandle

java.lang.Object
org.jd.core.v1.model.classfile.constant.Constant
org.jd.core.v1.model.classfile.constant.ConstantMethodHandle

public class ConstantMethodHandle extends Constant
  • Field Details

    • referenceKind

      protected int referenceKind
    • referenceIndex

      protected int referenceIndex
  • Constructor Details

    • ConstantMethodHandle

      public ConstantMethodHandle(int referenceKind, int referenceIndex)
  • Method Details

    • getReferenceKind

      public int getReferenceKind()
    • getReferenceIndex

      public int getReferenceIndex()