| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
| com.google.javascript.jscomp.parsing.parser | |
| com.google.javascript.jscomp.parsing.parser.trees |
| Modifier and Type | Method and Description |
|---|---|
(package private) Node |
IRFactory.TransformDispatcher.processFunction(FunctionDeclarationTree functionTree) |
| Modifier and Type | Method and Description |
|---|---|
private FunctionDeclarationTree |
Parser.parseAmbientFunctionDeclaration(SourcePosition start,
IdentifierToken name,
boolean isGenerator) |
private FunctionDeclarationTree |
Parser.parseFunctionTail(SourcePosition start,
IdentifierToken name,
boolean isStatic,
boolean isGenerator,
TokenType access,
FunctionDeclarationTree.Kind kind) |
private FunctionDeclarationTree |
Parser.parseMethodSignature(SourcePosition start,
IdentifierToken name,
boolean isStatic,
boolean isGenerator,
boolean isOptional,
TokenType access) |
| Modifier and Type | Method and Description |
|---|---|
FunctionDeclarationTree |
ParseTree.asFunctionDeclaration() |