Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.rhino |
The core AST from Rhino.
|
Modifier and Type | Method and Description |
---|---|
CompilerOptions.AliasTransformation |
CompilerOptions.AliasTransformationHandler.logAliasTransformation(java.lang.String sourceFile,
SourcePosition<CompilerOptions.AliasTransformation> position)
Builds an AliasTransformation implementation and returns it to the
caller.
|
Modifier and Type | Class and Description |
---|---|
static class |
JSDocInfo.NamePosition
A piece of information (found in a marker) which contains a position
with a name node.
|
static class |
JSDocInfo.StringPosition
A piece of information (found in a marker) which contains a position
with a string.
|
static class |
JSDocInfo.TypePosition
A piece of information (found in a marker) which contains a position
with a type expression syntax tree.
|
Copyright © 2009-2020 Google. All Rights Reserved.