... => ..., valueLocal variable vindex in the current Java frame should contain an integer. The value of that variable is pushed onto the operand stack.
... => ..., valueForms: iload_0 = 27, iload_1 = 27, iload_2 = 28, iload_3 = 29
Local variable <n>in the current Java frame should contain an integer. The value of that variable is pushed onto the operand stack.
This instruction is the same as iload with a vindex of <n>, except that the operand <n> is implicit.
... => ..., value-word1, value-word2Local variables vindex and vindex+1 in the current Java frame should together contain a long integer. The value of contained in those variables is pushed onto the operand stack.
... => ..., value-word1, value-word2Forms: lload_0 = 30, lload_1 = 31, lload_2 = 32, lload_3 = 33
Local variables <n> and <n>+1 in the current Java frame should together contain a long integer. The value contained in those variables is pushed onto the operand stack.
This opcode is the same as lload with a vindex of <n>, except that the operand <n> is implicit.
... => ..., valueLocal variable vindex in the current Java frame should contain a single precision floating point number. The value of that variable is pushed onto the operand stack.
... => ..., valueForms: fload_0 = 34, fload_1 = 35, fload_2 = 36, fload_3 = 37
Local variable <n> in the current Java frame should contain a single precision floating point number. The value of that variable is pushed onto the operand stack.
This opcode is the same as fload with a vindex of <n>, except that the operand <n> is implicit.
... => ..., value-word1, value-word2Local variables vindex and vindex+1 in the current Java frame should together contain a double precision float point number. The value contained in those variables is pushed onto the operand stack.
... => ..., value-word1, value-word2Forms: dload_0 = 38, dload_1 = 39, dload_2 = 40, dload_3 = 41
Local variables <n> and <n>+1 in the current Java frame should together contain a double precision floating point number. The value contained in those variables is pushed onto the operand stack.
This opcode is the same as dload with a vindex of <n>, except that the operand <n> is implicit.
... => ..., valueLocal variable vindex in the current Java frame should contain a handle to an object or to an array. The value of that variable is pushed onto the operand stack.
... => ..., valueForms: aload_0 = 42, aload_1 = 43, aload_2 = 44, aload_3 = 45
Local variable n in the current Java frame should contain a handle to an object or to an array. The value of that variable is pushed onto the operand stack.
This opcode is the same as aload with a vindex of <n>, except that the operand <n> is implicit.
Generated with CERN WebMaker