Top Description Fields Constructors Methods
org.apache.derby.impl.services.bytecode

pack-priv Class OpcodeDebug

extends Object
Class Inheritance
Imports
org.apache.derby.shared.common.sanity.SanityManager

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

Modifier and TypeField and Description
pack-priv static final String[]

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

Nameback to summary
pack-priv static final String[] Name

Constructor Detail

OpcodeDebugback to summary
pack-priv OpcodeDebug()