Class LongExtraType

java.lang.Object
org.apache.bcel.generic.Type
edu.umd.cs.findbugs.ba.type.LongExtraType
All Implemented Interfaces:
ExtendedTypes

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

    Fields
    Modifier and Type
    Field
    Description
    private static final long
     
    private static final LongExtraType
     

    Fields inherited from class org.apache.bcel.generic.Type

    BOOLEAN, BYTE, CHAR, CLASS, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, signature, STRING, STRINGBUFFER, THROWABLE, type, UNKNOWN, VOID

    Fields inherited from interface edu.umd.cs.findbugs.ba.type.ExtendedTypes

    T_AVAIL_TYPE, T_BOTTOM, T_DOUBLE_EXTRA, T_EXCEPTION, T_LONG_EXTRA, T_NULL, T_TOP
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    static org.apache.bcel.generic.Type
     

    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 Details

  • Constructor Details

    • LongExtraType

      private LongExtraType()
  • Method Details

    • hashCode

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

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

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