Class IdentityValueProfile


  • public final class IdentityValueProfile
    extends ValueProfile
    Represents a ValueProfile that speculates on the object identity of a value.
    • Field Detail

      • cachedValue

        protected java.lang.Object cachedValue
    • Method Detail

      • isGeneric

        public boolean isGeneric()
      • isUninitialized

        public boolean isUninitialized()
      • getCachedValue

        public java.lang.Object getCachedValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object