Package com.google.javascript.jscomp
Class InvalidatingTypes
- java.lang.Object
-
- com.google.javascript.jscomp.InvalidatingTypes
-
public final class InvalidatingTypes extends java.lang.ObjectKeeps track of "invalidating types" that force type-based optimizations to back off, specifically forInlineProperties,AmbiguateProperties, andDisambiguateProperties2. Note that disambiguation has slightly different behavior from the other two, as pointed out in implementation comments.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvalidatingTypes.BuilderBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisInvalidating(JSType type)
-
-
-
Method Detail
-
isInvalidating
public boolean isInvalidating(JSType type)
-
-