Package gnu.bytecode

Class CpoolInvokeDynamic


  • public class CpoolInvokeDynamic
    extends CpoolEntry
    A CONSTANT_InvokeDynamic entry in the constant pool.
    • Constructor Detail

      • CpoolInvokeDynamic

        public CpoolInvokeDynamic()
    • Method Detail

      • print

        public void print​(ClassTypeWriter dst,
                          int verbosity)
        Description copied from class: CpoolEntry
        Print this constant pool entry. If verbosity==0, print very tersely (no extraneous text). If verbosity==1, prefix the type of the constant. If verbosity==2, add more descriptive text.
        Specified by:
        print in class CpoolEntry