public class MismatchInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getArgIndex() |
JSType |
getExpectedType() |
JSType |
getFoundType() |
String |
getPropName() |
boolean |
isArgTypeMismatch() |
boolean |
isMissingProp() |
boolean |
isPropMismatch() |
boolean |
isRetTypeMismatch() |
boolean |
isUnionTypeMismatch() |
boolean |
wantedRequiredFoundOptional() |
public 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-2017 Google. All Rights Reserved.