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) static FeatureSet |
IRFactory.detectFeatures(ProgramTree tree,
StaticSourceFile sourceFile,
java.lang.String sourceString) |
(package private) Node |
IRFactory.TransformDispatcher.processAstRoot(ProgramTree rootNode) |
static IRFactory |
IRFactory.transformTree(ProgramTree tree,
StaticSourceFile sourceFile,
java.lang.String sourceString,
Config config,
ErrorReporter errorReporter) |
Modifier and Type | Method and Description |
---|---|
ProgramTree |
Parser.parseProgram() |
Modifier and Type | Method and Description |
---|---|
ProgramTree |
ParseTree.asProgram() |