CodeAttribute of loadstore ()V

ByteCode Comments of Code Attribute
 0002  max_stack
 0101  max_locals
 00000018  code_length
 
 10 0A
 3C
 14 0002
 37 04
 10 1E
 C436 0100
 84 01 28
 C484 0100 FFCE
 B1
 code[ ] (Instruction References see here)
 0000 : bipush 10
 0002 : istore_1 (a0 I)*
 0003 : ldc2_w 20
 0006 : lstore local_variable_4 (a3 J)*
 0008 : bipush 30
 000A : wide_istore local_variable_100 (i0 I)*
 000E : iinc local_variable_1 (a0 I)* by 40
 0011 : wide_iinc local_variable_100 (i0 I)* by -50
 0017 : return
 0000  exception_table_length
 0002  attributes_count
 
 0009
 0000001A
 00060000000D0003
 000E0008000F000E
 0010001100110017
 0012
 attributes[0]
 attribute_name_index = LineNumberTable
 attribute_length
 info[ ]
 
 000A
 0000002A
 0004
 
 0000
 0018
 000B
 000C
 0000
 
 0003
 0014
 000E
 000F
 0001
 
 0008
 000F
 0010
 0011
 0004
 
 000E
 0009
 0012
 000F
 0100
 attributes[1]
 attribute_name_index = LocalVariableTable
 attribute_length
 local_variable_table_length
 local_variable_table[0]
 start_pc
 length
 name_index = this
 descriptor_index = LLoadStore;
 index
 local_variable_table[1]
 start_pc
 length
 name_index = a0
 descriptor_index = I
 index
 local_variable_table[2]
 start_pc
 length
 name_index = a3
 descriptor_index = J
 index
 local_variable_table[3]
 start_pc
 length
 name_index = i0
 descriptor_index = I
 index

source file: LoadStore.java