Home | History | Annotate | Download | only in 021-code-attrib-LineNumberTable
      1 reading small-class.txt...
      2 begin classfile
      3 magic: cafebabe
      4 minor_version: 0000
      5 major_version: 002e
      6 constant_pool_count: 0009
      7 
      8 constant_pool:
      9   0001: type{Small}
     10   0002: type{java.lang.Object}
     11   0003: utf8{"Small"}
     12   0004: utf8{"java/lang/Object"}
     13   0005: utf8{"blort"}
     14   0006: utf8{"()V"}
     15   0007: utf8{"Code"}
     16   0008: utf8{"LineNumberTable"}
     17 end constant_pool
     18 access_flags: public
     19 this_class: type{Small}
     20 super_class: type{java.lang.Object}
     21 interfaces_count: 0000
     22 fields_count: 0000
     23 methods_count: 0001
     24 
     25 methods[0]:
     26   access_flags: public
     27   name: blort
     28   descriptor: ()V
     29   attributes_count: 0001
     30   
     31   attributes[0]:
     32     name: Code
     33     length: 0000001e
     34     max_stack: 0001
     35     max_locals: 0001
     36     code_length: 00000002
     37     0000: return
     38     0001: return
     39     exception_table_length: 0000
     40     attributes_count: 0001
     41     
     42     attributes[0]:
     43       name: LineNumberTable
     44       length: 0000000a
     45       line_number_table_length: 0002
     46       0000 17
     47       0001 34
     48     end attributes[0]
     49   end attributes[0]
     50 end methods[0]
     51 attributes_count: 0000
     52 end classfile
     53