Class ClassFile.ConstantMethodHandleInfo

java.lang.Object
org.codehaus.janino.util.ClassFile.ConstantPoolInfo
org.codehaus.janino.util.ClassFile.ConstantMethodHandleInfo
Enclosing class:
ClassFile

public static class ClassFile.ConstantMethodHandleInfo extends ClassFile.ConstantPoolInfo
See JVMS7 4.4.8.
  • Field Details

    • referenceKind

      private final byte referenceKind
    • referenceIndex

      private final short referenceIndex
  • Constructor Details

    • ConstantMethodHandleInfo

      public ConstantMethodHandleInfo(byte referenceKind, short referenceIndex)
  • Method Details