Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Field and Description |
---|---|
private JSTypeCreatorFromJSDoc.ParameterKind |
JSTypeCreatorFromJSDoc.ParameterType.kind |
Modifier and Type | Method and Description |
---|---|
static JSTypeCreatorFromJSDoc.ParameterKind |
JSTypeCreatorFromJSDoc.ParameterKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JSTypeCreatorFromJSDoc.ParameterKind[] |
JSTypeCreatorFromJSDoc.ParameterKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private JSTypeCreatorFromJSDoc.ParameterType |
JSTypeCreatorFromJSDoc.parseParameter(JSTypeExpression jsdoc,
JSTypeCreatorFromJSDoc.ParameterKind p,
DeclaredTypeRegistry registry,
com.google.common.collect.ImmutableList<java.lang.String> typeParameters) |
private JSTypeCreatorFromJSDoc.ParameterType |
JSTypeCreatorFromJSDoc.parseParameter(Node jsdoc,
JSTypeCreatorFromJSDoc.ParameterKind p,
DeclaredTypeRegistry registry,
com.google.common.collect.ImmutableList<java.lang.String> typeParameters) |
Constructor and Description |
---|
ParameterType(JSType type,
JSTypeCreatorFromJSDoc.ParameterKind kind) |