jmc.expected 495 B

1234567891011121314151617181920212223
  1. Access flags: public
  2. This class: HelloWorld super: java.lang.Object
  3. Interfaces (count: 0):
  4. Fields (count: 0):
  5. Methods (count: 1):
  6. Method name:"add" public static Signature: (int,int)int
  7. Attribute "Code", length:36, max_stack:2, max_locals:3, code_length:6
  8. 0: iload_0
  9. 1: iload_1
  10. 2: iadd
  11. 3: dup
  12. 4: istore_2
  13. 5: ireturn
  14. Attribute "LocalVariableTable", length:12, count: 1
  15. slot#2: name: result, type: int (pc: 0 length: 6)
  16. Attributes (count: 0):
  17. Result of HelloWorld.add(1,2) is 3