Class ClassFile.ConstantInvokeDynamicInfo

    • Field Detail

      • bootstrapMethodAttrIndex

        private final int bootstrapMethodAttrIndex
      • nameAndTypeIndex

        private final int nameAndTypeIndex
    • Constructor Detail

      • ConstantInvokeDynamicInfo

        ConstantInvokeDynamicInfo​(ClassFile.Parser parser,
                                  ClassFile.ClassContext classContext)
                           throws java.io.IOException
        Parses a CONSTANT_InvokeDynamic_info item.
        Parameters:
        parser - a class parser.
        classContext - a context to lookup constant pool items from their index.
        Throws:
        java.io.IOException - if the class can't be parsed.
    • Method Detail

      • dump

        java.lang.String dump()
        Description copied from class: ClassFile.CpInfo
        Returns the dump of this item.
        Overrides:
        dump in class ClassFile.CpInfo
        Returns:
        the dump of this item.