Uses of Class
com.google.javascript.rhino.jstype.JSType.TypePair
-
Packages that use JSType.TypePair Package Description com.google.javascript.rhino.jstype -
-
Uses of JSType.TypePair in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return JSType.TypePair Modifier and Type Method Description JSType.TypePairJSType. getTypesUnderEquality(JSType that)Computes the subset ofthisandthattypes if equality is observed.JSType.TypePairUnionType. getTypesUnderEquality(JSType that)JSType.TypePairJSType. getTypesUnderInequality(JSType that)Computes the subset ofthisandthattypes if inequality is observed.JSType.TypePairUnionType. getTypesUnderInequality(JSType that)JSType.TypePairJSType. getTypesUnderShallowEquality(JSType that)Computes the subset ofthisandthattypes under shallow equality.JSType.TypePairJSType. getTypesUnderShallowInequality(JSType that)Computes the subset ofthisandthattypes under shallow inequality.JSType.TypePairUnionType. getTypesUnderShallowInequality(JSType that)
-