Class OpcodeDebug
java.lang.Object
org.apache.derby.impl.services.bytecode.OpcodeDebug
This contains mnemonics for all of the opcodes of the JVM.
It is a separate class so that it will not get loaded
if the system does not need it (i.e. when compiled without
debugging). We even leave out the initialization in that case.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Name
-
-
Constructor Details
-
OpcodeDebug
OpcodeDebug()
-