Interface Opcode

All Known Implementing Classes:
Analyzer, Bytecode, Cast, CodeAttribute, CodeIterator, ConstructorCall, Executor, Expr, FieldAccess, Handler, Instanceof, InstructionPrinter, MethodCall, NewArray, NewExpr, SubroutineScanner, Util

public interface Opcode
JVM Instruction Set.

This interface defines opcodes and array types for the NEWARRAY instruction.

See Also: