src/share/classes/com/sun/tools/classfile/Opcode.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 972
694ff82ca68e
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
32 * See JVMS3, chapter 6. 32 * See JVMS3, chapter 6.
33 * 33 *
34 * <p>In addition to providing all the standard opcodes defined in JVMS, 34 * <p>In addition to providing all the standard opcodes defined in JVMS,
35 * this class also provides legacy support for the PicoJava extensions. 35 * this class also provides legacy support for the PicoJava extensions.
36 * 36 *
37 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 37 * <p><b>This is NOT part of any supported API.
38 * you write code that depends on this, you do so at your own risk. 38 * If you write code that depends on this, you do so at your own risk.
39 * This code and its internal interfaces are subject to change or 39 * This code and its internal interfaces are subject to change or
40 * deletion without notice.</b> 40 * deletion without notice.</b>
41 */ 41 */
42 public enum Opcode { 42 public enum Opcode {
43 NOP(0x0), 43 NOP(0x0),

mercurial