Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
FunctionTypeBuilder.addParameter(FunctionParamBuilder builder,
JSType paramType,
boolean warnedAboutArgList,
boolean isOptional,
boolean isVarArgs)
Add a parameter to the param list.
|