javassist.bytecode

Interface Mnemonic

public interface Mnemonic

JVM Instruction Names.

This interface has been separated from javassist.bytecode.Opcode because typical bytecode translators do not use mnemonics. If this interface were merged with Opcode, extra memory would be unnecessary consumed.

See Also: Opcode

Field Summary
String[]OPCODE
The instruction names (mnemonics) sorted by the opcode.

Field Detail

OPCODE

public String[] OPCODE
The instruction names (mnemonics) sorted by the opcode. The length of this array is 202 (jsr_w=201).

The value at index 186 is null since no instruction is assigned to 186.

Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.