Class JSType.TypePair

  • Enclosing class:
    JSType

    public static class JSType.TypePair
    extends java.lang.Object
    a data structure that represents a pair of types
    • Constructor Summary

      Constructors 
      Constructor Description
      TypePair​(JSType typeA, JSType typeB)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • typeA

        public final JSType typeA
      • typeB

        public final JSType typeB
    • Constructor Detail

      • TypePair

        public TypePair​(JSType typeA,
                        JSType typeB)