Package org.apache.bcel.verifier.statics
Class DOUBLE_Upper
- java.lang.Object
 - 
- org.apache.bcel.generic.Type
 - 
- org.apache.bcel.verifier.statics.DOUBLE_Upper
 
 
 
- 
public final class DOUBLE_Upper extends Type
This class represents the upper half of a DOUBLE variable. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DOUBLE_UppertheInstance()Gets 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, normalizeForStackOrLocal, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
theInstance
public static DOUBLE_Upper theInstance()
Gets the single instance of this class.- Returns:
 - the single instance of this class.
 
 
 - 
 
 -