Class InvalidatingTypes


  • public final class InvalidatingTypes
    extends java.lang.Object
    Keeps track of "invalidating types" that force type-based optimizations to back off, specifically for InlineProperties, AmbiguateProperties, and DisambiguateProperties. Note that disambiguation has slightly different behavior from the other two, as pointed out in implementation comments.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isInvalidating​(JSType type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isInvalidating

        public boolean isInvalidating​(JSType type)