Uses of Class
com.google.javascript.rhino.jstype.JSType.TypePair
Packages that use JSType.TypePair
-
Uses of JSType.TypePair in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return JSType.TypePairModifier and TypeMethodDescriptionJSType.getTypesUnderEquality(JSType that) Computes the subset ofthisandthattypes if equality is observed.UnionType.getTypesUnderEquality(JSType that) JSType.getTypesUnderInequality(JSType that) Computes the subset ofthisandthattypes if inequality is observed.UnionType.getTypesUnderInequality(JSType that) final JSType.TypePairJSType.getTypesUnderShallowEquality(JSType that) Computes the subset ofthisandthattypes under shallow equality.JSType.getTypesUnderShallowInequality(JSType that) Computes the subset ofthisandthattypes under shallow inequality.UnionType.getTypesUnderShallowInequality(JSType that)