public class CatchTree extends ParseTree
Modifier and Type | Field and Description |
---|---|
ParseTree |
catchBody |
IdentifierToken |
exceptionName |
Constructor and Description |
---|
CatchTree(SourceRange location,
IdentifierToken exceptionName,
ParseTree catchBody) |
asArgumentList, asArrayLiteralExpression, asArrayPattern, asBinaryOperator, asBlock, asBreakStatement, asCallExpression, asCaseClause, asCatch, asClassDeclaration, asCommaExpression, asConditionalExpression, asContinueStatement, asDebuggerStatement, asDefaultClause, asDefaultParameter, asDoWhileStatement, asEmptyStatement, asExportDeclaration, asExportSpecifier, asExpressionStatement, asFinally, asForInStatement, asFormalParameterList, asForOfStatement, asForStatement, asFunctionDeclaration, asGetAccessor, asIdentifierExpression, asIfStatement, asImportDeclaration, asImportSpecifier, asLabelledStatement, asLiteralExpression, asMemberExpression, asMemberLookupExpression, asMissingPrimaryExpression, asModuleImport, asNewExpression, asNull, asObjectLiteralExpression, asObjectPattern, asObjectPatternField, asParenExpression, asPostfixExpression, asProgram, asPropertyNameAssignment, asRestParameter, asReturnStatement, asSetAccessor, asSpreadExpression, asSpreadPatternElement, asSuperExpression, asSwitchStatement, asThisExpression, asThrowStatement, asTryStatement, asUnaryExpression, asVariableDeclaration, asVariableDeclarationList, asVariableStatement, asWhileStatement, asWithStatement, asYieldStatement, isAssignmentExpression, isAssignmentOrSpread, isExpression, isLeftHandSideExpression, isMemberExpression, isNull, isPattern, isRestParameter, isSourceElement, isSpreadPatternElement, isStatement, isStatementStandard, toString
public final IdentifierToken exceptionName
public final ParseTree catchBody
public CatchTree(SourceRange location, IdentifierToken exceptionName, ParseTree catchBody)
Copyright © 2009-2014 Google. All Rights Reserved.