Class DoubleExtraType

  • All Implemented Interfaces:
    ExtendedTypes

    public class DoubleExtraType
    extends org.apache.bcel.generic.Type
    implements ExtendedTypes
    Special type used to represent the "extra" part of a double value. We say that when a double is stored, local n will have type double, and local n+1 will have this type.
    See Also:
    TypeAnalysis, TypeFrame, TypeMerger
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DoubleExtraType()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      static org.apache.bcel.generic.Type instance()  
      • Methods inherited from class org.apache.bcel.generic.Type

        getArgumentTypes, getClassName, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, normalizeForStackOrLocal, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • theInstance

        private static final org.apache.bcel.generic.Type theInstance
    • Constructor Detail

      • DoubleExtraType

        private DoubleExtraType()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.apache.bcel.generic.Type
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class org.apache.bcel.generic.Type
      • instance

        public static org.apache.bcel.generic.Type instance()