..., handle, value => ...handle should be a handle to an object. value should be a value of a type appropriate for the specified field. offset is the offset for the field in that object. value is written at offset into the object referenced by handle. Both handle and value are popped from the stack.
If handle is null, a NullPointerException exception is generated.
..., handle, value-word1, value-word2=> ...handle should be a handle to an object. value should be a value of a type appropriate for the specified field. offset is the offset for the field in that object. value is written at offset into the object referenced by handle. Both handle and value are popped from the stack.
If handle is null, a NullPointerException exception is generated.
..., handle => ..., valuehandle should be a handle to an object. The value at offset into the object referenced by handle replaces handle on the top of the stack.
If handle is null, a NullPointerException exception is generated.
..., handle => ..., value-word1, value-word2handle should be a handle to an object. The value at offset into the object referenced by handle replaces handle on the top of the stack.
If handle is null, a NullPointerException exception is generated.
..., value => ...indexbyte1 and indexbyte2 are used to construct an index into the constant pool of the current class. The constant pool item will be a field reference to a static field of a class. value should be the type appropriate to that field. That field will be set to have the value value.
..., value-word1, value-word2 => ...indexbyte1 and indexbyte2 are used to construct an index into the constant pool of the current class. The constant pool item will be a field reference to a static field of a class. That field should either be a long integer or a double precision floating point number. value should be the type appropriate to that field. That field will be set to have the value value.
..., => ..., valueindexbyte1 and indexbyte2 are used to construct an index into the constant pool of the current class. The constant pool item will be a field reference to a static field of a class. The value of that field will replace handle on the stack.
..., => ..., value-word1, value-word2indexbyte1 and indexbyte2 are used to construct an index into the constant pool of the current class. The constant pool item will be a field reference to a static field of a class. The field should be a long integer or a double precision floating point number. The value of that field will replace handle on the stack
Generated with CERN WebMaker