Package org.apache.bcel.verifier.statics
Class LONG_Upper
java.lang.Object
org.apache.bcel.generic.Type
org.apache.bcel.verifier.statics.LONG_Upper
This class represents the upper half of a LONG variable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final LONG_Upper
The one and only instance of this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
The constructor; this class must not be instantiated from the outside. -
Method Summary
Methods inherited from class org.apache.bcel.generic.Type
equals, getArgumentTypes, getClassName, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, hashCode, normalizeForStackOrLocal, toString
-
Field Details
-
INSTANCE
The one and only instance of this class.
-
-
Constructor Details
-
LONG_Upper
private LONG_Upper()The constructor; this class must not be instantiated from the outside.
-
-
Method Details
-
theInstance
Gets the single instance of this class.- Returns:
- the single instance of this class.
-