public class MismatchInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getArgIndex() |
JSType |
getExpectedType() |
JSType |
getFoundType() |
java.lang.String |
getPropName() |
boolean |
isArgTypeMismatch() |
boolean |
isMissingProp() |
boolean |
isPropMismatch() |
boolean |
isRetTypeMismatch() |
boolean |
isUnionTypeMismatch() |
boolean |
wantedRequiredFoundOptional() |
public java.lang.String getPropName()
public JSType getFoundType()
public JSType getExpectedType()
public int getArgIndex()
public boolean isPropMismatch()
public boolean isMissingProp()
public boolean wantedRequiredFoundOptional()
public boolean isArgTypeMismatch()
public boolean isRetTypeMismatch()
public boolean isUnionTypeMismatch()
Copyright © 2009-2018 Google. All Rights Reserved.