BCEL's class file verifier "JustIce"

de.fub.bytecode.verifier.statics
Class DOUBLE_Upper

java.lang.Object
  |
  +--de.fub.bytecode.generic.Type
        |
        +--de.fub.bytecode.verifier.statics.DOUBLE_Upper

public final class DOUBLE_Upper
extends de.fub.bytecode.generic.Type

This class represents the upper half of a DOUBLE variable.

Version:
$Id: DOUBLE_Upper.java,v 1.7 2001/08/30 08:45:42 ehaase Exp $
Author:
Enver Haase

Fields inherited from class de.fub.bytecode.generic.Type
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, signature, STRING, STRINGBUFFER, THROWABLE, type, UNKNOWN, VOID
 
Method Summary
static DOUBLE_Upper theInstance()
          Use this method to get the single instance of this class.
 
Methods inherited from class de.fub.bytecode.generic.Type
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSize, getType, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

theInstance

public static DOUBLE_Upper theInstance()
Use this method to get the single instance of this class.

(c) Enver Haase 2001, released under the FSF's "GPL version 2" license.