Content deleted Content added
No edit summary |
m Updated the different invokes descriptions |
||
Line 940:
|1011 1010
|4: indexbyte1, indexbyte2, 0, 0
|[arg1, [arg2 ...]] →
|invokes a dynamic method
|-
|invokeinterface
Line 947:
|1011 1001
|4: indexbyte1, indexbyte2, count, 0
|objectref, [arg1, arg2, ...] →
|invokes an interface method on object ''objectref'',
|-
|invokespecial
Line 954:
|1011 0111
|2: indexbyte1, indexbyte2
|objectref, [arg1, arg2, ...] →
|invoke instance method on object ''objectref'',
|-
|invokestatic
Line 961:
|1011 1000
|2: indexbyte1, indexbyte2
|[arg1, arg2, ...] →
|invoke a static method,
|-
|invokevirtual
Line 968:
|1011 0110
|2: indexbyte1, indexbyte2
|objectref, [arg1, arg2, ...] →
|invoke virtual method on object ''objectref'',
|-
|ior
|