FileDocCategorySizeDatePackage
DOUBLE_Upper.javaAPI DocJava SE 5 API3510Fri Aug 26 14:55:26 BST 2005com.sun.org.apache.bcel.internal.verifier.statics

DOUBLE_Upper

public final class DOUBLE_Upper extends Type
This class represents the upper half of a DOUBLE variable.
version
$Id: DOUBLE_Upper.java,v 1.1.1.1 2001/10/29 20:00:34 jvanzyl Exp $
author
Enver Haase

Fields Summary
private static DOUBLE_Upper
singleInstance
The one and only instance of this class.
Constructors Summary
private DOUBLE_Upper()
The constructor; this class must not be instantiated from the outside.


	            
	 
		super(Constants.T_UNKNOWN, "Long_Upper");
	
Methods Summary
public static com.sun.org.apache.bcel.internal.verifier.statics.DOUBLE_UppertheInstance()
Use this method to get the single instance of this class.

		return singleInstance;