static class TypeValidator.TypeMismatch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) JSError |
src |
(package private) JSType |
typeA |
(package private) JSType |
typeB |
Constructor and Description |
---|
TypeMismatch(JSType a,
JSType b,
JSError src)
It's the responsibility of the class that creates the
TypeMismatch to ensure that a and b are
non-matching types. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
java.lang.String |
toString() |