public interface Mnemonic
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.
Opcode
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String[] |
OPCODE |
The instruction names (mnemonics) sorted by the opcode.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.