| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing.parser | |
| com.google.javascript.jscomp.parsing.parser.codegeneration | |
| com.google.javascript.jscomp.parsing.parser.trees |
| Modifier and Type | Method and Description |
|---|---|
ProgramTree |
Parser.parseProgram() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParseTreeValidator.visit(ProgramTree tree) |
protected void |
ParseTreeVisitor.visit(ProgramTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static ProgramTree |
ParseTreeFactory.createProgramTree(com.google.common.collect.ImmutableList<ParseTree> sourceElements) |
| Modifier and Type | Method and Description |
|---|---|
protected ParseTree |
ParseTreeTransformer.transform(ProgramTree tree) |
protected void |
ParseTreeWriter.visit(ProgramTree tree) |
| Modifier and Type | Method and Description |
|---|---|
ProgramTree |
ParseTree.asProgram() |
Copyright © 2009-2014 Google. All Rights Reserved.