Class ExactClassValueProfile


  • public final class ExactClassValueProfile
    extends ValueProfile
    Represents a ValueProfile that speculates on the exact class of a value.
    • Field Detail

      • cachedClass

        protected java.lang.Class<?> cachedClass
    • Method Detail

      • isGeneric

        public boolean isGeneric()
      • isUninitialized

        public boolean isUninitialized()
      • getCachedClass

        public java.lang.Class<?> getCachedClass()
      • toString

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