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.
  • Field Details

    • INSTANCE

      private static final DOUBLE_Upper INSTANCE
      The one and only instance of this class.
  • Constructor Details

    • DOUBLE_Upper

      private DOUBLE_Upper()
      The constructor; this class must not be instantiated from the outside.
  • Method Details

    • theInstance

      public static DOUBLE_Upper theInstance()
      Gets the single instance of this class.
      Returns:
      the single instance of this class.