Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.bcel.verifier.statics
Class DOUBLE_Upper  view DOUBLE_Upper download DOUBLE_Upper.java

java.lang.Object
  extended byorg.apache.bcel.generic.Type
      extended byorg.apache.bcel.verifier.statics.DOUBLE_Upper
All Implemented Interfaces:
java.io.Serializable

public final class DOUBLE_Upper
extends org.apache.bcel.generic.Type

This class represents the upper half of a DOUBLE variable.

Version:
$Id: DOUBLE_Upper.java 371539 2006-01-23 14:08:00Z tcurdt $

Field Summary
private static DOUBLE_Upper singleInstance
          The one and only instance of this class.
 
Fields inherited from class org.apache.bcel.generic.Type
BOOLEAN, BYTE, CHAR, CLASS, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, signature, STRING, STRINGBUFFER, THROWABLE, type, UNKNOWN, VOID
 
Constructor Summary
private DOUBLE_Upper()
          The constructor; this class must not be instantiated from the outside.
 
Method Summary
static DOUBLE_Upper theInstance()
          Use this method to get the single instance of this class.
 
Methods inherited from class org.apache.bcel.generic.Type
equals, getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

singleInstance

private static DOUBLE_Upper singleInstance
The one and only instance of this class.

Constructor Detail

DOUBLE_Upper

private DOUBLE_Upper()
The constructor; this class must not be instantiated from the outside.

Method Detail

theInstance

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