List of Java bytecode instructions: Difference between revisions

Content deleted Content added
mNo edit summary
YD407OTZ (talk | contribs)
No edit summary
Line 1,153:
|1: index
|→ value
|push a constant ''#index'' from a constant pool (String, int, float, Class, java.lang.invoke.MethodType, or java.lang.invoke.MethodHandle, or a dynamically-computed constant) onto the stack
|-
|ldc_w
Line 1,160:
|2: indexbyte1, indexbyte2
|→ value
|push a constant ''#index'' from a constant pool (String, int, float, Class, java.lang.invoke.MethodType, or java.lang.invoke.MethodHandle, or a dynamically-computed constant) onto the stack (wide ''index'' is constructed as {{mono|indexbyte1 << 8 + indexbyte2}})
|-
|ldc2_w
Line 1,167:
|2: indexbyte1, indexbyte2
|→ value
|push a constant ''#index'' from a constant pool (double, long, or longa dynamically-computed constant) onto the stack (wide ''index'' is constructed as {{mono|indexbyte1 << 8 + indexbyte2}})
|-
|ldiv