Uses of Class
org.apache.bcel.verifier.statics.DOUBLE_Upper
-
Packages that use DOUBLE_Upper Package Description org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce. -
-
Uses of DOUBLE_Upper in org.apache.bcel.verifier.statics
Fields in org.apache.bcel.verifier.statics declared as DOUBLE_Upper Modifier and Type Field Description private static DOUBLE_Upper
DOUBLE_Upper. INSTANCE
The one and only instance of this class.Methods in org.apache.bcel.verifier.statics that return DOUBLE_Upper Modifier and Type Method Description static DOUBLE_Upper
DOUBLE_Upper. theInstance()
Gets the single instance of this class.
-