Package | Description |
---|---|
com.google.javascript.jscomp.type |
Provides type-checking data structures and algorithms.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,com.google.common.base.Function<ClosureReverseAbstractInterpreter.TypeRestriction,JSType>> |
ClosureReverseAbstractInterpreter.restricters
Functions used to restrict types.
|
Modifier and Type | Method and Description |
---|---|
private FlowScope |
ClosureReverseAbstractInterpreter.restrictParameter(Node parameter,
JSType type,
FlowScope blindScope,
com.google.common.base.Function<ClosureReverseAbstractInterpreter.TypeRestriction,JSType> restriction,
boolean outcome) |