Class JSType.TypePair

java.lang.Object
com.google.javascript.rhino.jstype.JSType.TypePair
Enclosing class:
JSType

public static class JSType.TypePair extends Object
Represents a pair of types.
  • Field Details

    • typeA

      public final JSType typeA
    • typeB

      public final JSType typeB
  • Constructor Details

    • TypePair

      public TypePair(@Nullable JSType typeA, @Nullable JSType typeB)