public class CatchTree extends ParseTree
Modifier and Type | Field and Description |
---|---|
ParseTree |
catchBody |
ParseTree |
exception |
Constructor and Description |
---|
CatchTree(SourceRange location,
ParseTree exception,
ParseTree catchBody) |
asArgumentList, asArrayLiteralExpression, asArrayPattern, asArrayType, asAssignmentRestElement, asBinaryOperator, asBlock, asBreakStatement, asCallExpression, asCaseClause, asCatch, asClassDeclaration, asCommaExpression, asComprehension, asComprehensionFor, asComprehensionIf, asComputedPropertyDefinition, asComputedPropertyGetter, asComputedPropertyMemberVariable, asComputedPropertyMethod, asComputedPropertySetter, 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, asMemberVariable, asMissingPrimaryExpression, asModuleImport, asNewExpression, asNull, asObjectLiteralExpression, asObjectPattern, asParameterizedType, asParenExpression, asPostfixExpression, asProgram, asPropertyNameAssignment, asRestParameter, asReturnStatement, asSetAccessor, asSpreadExpression, asSuperExpression, asSwitchStatement, asTemplateLiteralExpression, asTemplateLiteralPortion, asTemplateSubstitution, asThisExpression, asThrowStatement, asTryStatement, asTypedParameter, asTypeName, asUnaryExpression, asVariableDeclaration, asVariableDeclarationList, asVariableStatement, asWhileStatement, asWithStatement, asYieldStatement, isAssignmentExpression, isAssignmentRestElement, isPattern, isRestParameter, isSourceElement, isStatementStandard, isValidAssignmentTarget, toString
public CatchTree(SourceRange location, ParseTree exception, ParseTree catchBody)
Copyright © 2009-2015 Google. All Rights Reserved.