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 |
---|---|
protected void |
ParseTreeValidator.visit(CatchTree tree) |
protected void |
ParseTreeVisitor.visit(CatchTree tree) |
Modifier and Type | Method and Description |
---|---|
static CatchTree |
ParseTreeFactory.createCatch(IdentifierToken exceptionName,
ParseTree catchBody) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(CatchTree tree) |
protected void |
ParseTreeWriter.visit(CatchTree tree) |
Modifier and Type | Method and Description |
---|---|
CatchTree |
ParseTree.asCatch() |
Copyright © 2009-2014 Google. All Rights Reserved.