literal
Emit code to push the specified literal on top of the stack.
Parameters
method
The method into which the generated JVM instructions will be written.
any
The literal.
Deprecated
Throw an UnsupportedOperationException. It is never valid to treat an L2Operand as a JVM literal, so this method is marked as Deprecated to protect against code cloning and refactoring errors by a programmer.
Parameters
method
Unused.
operand
Unused.
Deprecated
Throw an UnsupportedOperationException. It is never valid to treat an L2Register as a Java literal, so this method is marked as Deprecated to protect against code cloning and refactoring errors by a programmer.
Parameters
method
Unused.
reg
Unused.