| Package | Description |
|---|---|
| com.google.javascript.rhino |
The core AST from Rhino.
|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionTypeI.Builder |
FunctionTypeI.toBuilder()
Returns a Builder instance initialized to this function.
|
FunctionTypeI.Builder |
FunctionTypeI.Builder.withNoParameters()
Returns a builder with an empty parameter list.
|
FunctionTypeI.Builder |
FunctionTypeI.Builder.withReturnType(TypeI returnType)
Returns a builder with the given return type.
|
FunctionTypeI.Builder |
FunctionTypeI.Builder.withUnknownReturnType()
Returns a builder with unknown return type.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionTypeI.Builder |
FunctionType.toBuilder() |
Copyright © 2009-2018 Google. All Rights Reserved.