Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
FunctionTypeBuilder.AstFunctionContents |
(package private) static class |
FunctionTypeBuilder.UnknownFunctionContents |
Modifier and Type | Field and Description |
---|---|
private FunctionTypeBuilder.FunctionContents |
FunctionTypeBuilder.contents |
Modifier and Type | Method and Description |
---|---|
(package private) static FunctionTypeBuilder.FunctionContents |
FunctionTypeBuilder.UnknownFunctionContents.get() |
Modifier and Type | Method and Description |
---|---|
(package private) FunctionTypeBuilder |
FunctionTypeBuilder.setContents(FunctionTypeBuilder.FunctionContents contents)
Sets the contents of this function.
|