Package | Description |
---|---|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Field and Description |
---|---|
private FunctionType.Kind |
FunctionType.kind
Whether a function is a constructor, an interface, or just an ordinary
function.
|
Modifier and Type | Method and Description |
---|---|
static FunctionType.Kind |
FunctionType.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FunctionType.Kind[] |
FunctionType.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|