Package org.apache.bcel.verifier.statics
Class LONG_Upper
- java.lang.Object
-
- org.apache.bcel.generic.Type
-
- org.apache.bcel.verifier.statics.LONG_Upper
-
- All Implemented Interfaces:
java.io.Serializable
public final class LONG_Upper extends Type
This class represents the upper half of a LONG variable.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LONG_Upper
theInstance()
Use this method to get 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, toString
-
-
-
-
Method Detail
-
theInstance
public static LONG_Upper theInstance()
Use this method to get the single instance of this class.
-
-