Class BootstrapMethodData


  • public class BootstrapMethodData
    extends Indenter
    • Field Detail

      • bsm_index

        int bsm_index
      • bsm_args_indexes

        java.util.ArrayList<java.lang.Integer> bsm_args_indexes
      • out

        private java.io.PrintWriter out
    • Constructor Detail

      • BootstrapMethodData

        public BootstrapMethodData​(ClassData cls)
    • Method Detail

      • read

        public void read​(java.io.DataInputStream in)
                  throws java.io.IOException
        read read and resolve the bootstrap method data called from ClassData. precondition: NumFields has already been read from the stream.
        Throws:
        java.io.IOException
      • print

        public void print()
                   throws java.io.IOException
        Throws:
        java.io.IOException