org.apache.bcel.verifier.statics

Class LONG_Upper

public final class LONG_Upper extends Type

This class represents the upper half of a LONG variable.

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

Author: Enver Haase

Field Summary
static LONG_UppersingleInstance
The one and only instance of this class.
Constructor Summary
LONG_Upper()
The constructor; this class must not be instantiated from the outside.
Method Summary
static LONG_UppertheInstance()
Use this method to get the single instance of this class.

Field Detail

singleInstance

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

Constructor Detail

LONG_Upper

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

Method Detail

theInstance

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