org.apache.derby.impl.services.bytecode
Class OpcodeDebug

java.lang.Object
  extended byorg.apache.derby.impl.services.bytecode.OpcodeDebug

class OpcodeDebug
extends java.lang.Object

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
(package private) static java.lang.String[] Name
           
 
Constructor Summary
(package private) OpcodeDebug()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Name

static final java.lang.String[] Name
Constructor Detail

OpcodeDebug

OpcodeDebug()


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.