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

LONG_Upper

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

Fields Summary
private static LONG_Upper
singleInstance
The one and only instance of this class.
Constructors Summary
private LONG_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.LONG_UppertheInstance()
Use this method to get the single instance of this class.

		return singleInstance;