org.apache.bcel.verifier.statics

Class DOUBLE_Upper

Implemented Interfaces:
java.io.Serializable

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
See Also:
Serialized Form

Field Summary

Fields inherited from class org.apache.bcel.generic.Type

BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, STRING, STRINGBUFFER, THROWABLE, UNKNOWN, VOID, signature, type

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

getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, toString

Method Details

theInstance

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