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(CaseClauseTree tree) |
protected void |
ParseTreeVisitor.visit(CaseClauseTree tree) |
Modifier and Type | Method and Description |
---|---|
static CaseClauseTree |
ParseTreeFactory.createCaseClause(ParseTree expression,
com.google.common.collect.ImmutableList<ParseTree> statements) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(CaseClauseTree tree) |
protected void |
ParseTreeWriter.visit(CaseClauseTree tree) |
Modifier and Type | Method and Description |
---|---|
CaseClauseTree |
ParseTree.asCaseClause() |
Copyright © 2009-2014 Google. All Rights Reserved.