private static class NewTypeInference.DeferredCheck
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<JSType> |
argTypes |
(package private) NTIScope |
calleeScope |
(package private) NTIScope |
callerScope |
(package private) Node |
callSite |
(package private) JSType |
expectedRetType |
Constructor and Description |
---|
DeferredCheck(Node callSite,
JSType expectedRetType,
NTIScope callerScope,
NTIScope calleeScope) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
private void |
runCheck(java.util.Map<NTIScope,JSType> summaries,
NewTypeInference.WarningReporter warnings) |
(package private) void |
updateArgTypes(java.util.List<JSType> argTypes) |
(package private) void |
updateReturn(JSType expectedRetType) |
final Node callSite
final NTIScope callerScope
final NTIScope calleeScope
JSType expectedRetType
java.util.List<JSType> argTypes
void updateReturn(JSType expectedRetType)
void updateArgTypes(java.util.List<JSType> argTypes)
private void runCheck(java.util.Map<NTIScope,JSType> summaries, NewTypeInference.WarningReporter warnings)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object