CodeAttribute of tableswitch (I)V

ByteCode Comments of Code Attribute
 0001  max_stack
 0002  max_locals
 0000002F  code_length
 
 1B
 AA 0000
 0000002D
 00000003 00000005
 0000001B
 00000022
 00000029
 06
 B3 0002
 A7 000E
 07
 B3 0002
 A7 0007
 08
 B3 0002
 B1
 code[ ] (Instruction References see here)
 0000 : iload_1
 0001 : tableswitch (skip 2 bytes)
      default: goto 2E
      (cases: from 3 to 5)
      case 3: goto 1C
      case 4: goto 23
      case 5: goto 2A
 001C : iconst_3
 001D : putstatic Switches j I
 0020 : goto 2E
 0023 : iconst_4
 0024 : putstatic Switches j I
 0027 : goto 2E
 002A : iconst_5
 002B : putstatic Switches j I
 002E : return
 0000  exception_table_length
 0000  attributes_count

source file: Switches.java