public class DefaultParameterTree extends ParseTree
asComputedProperty
Modifier and Type | Field and Description |
---|---|
ParseTree |
expression |
IdentifierExpressionTree |
identifier |
Constructor and Description |
---|
DefaultParameterTree(SourceRange location,
IdentifierExpressionTree identifier,
ParseTree expression) |
asArgumentList, asArrayLiteralExpression, asArrayPattern, asBinaryOperator, asBlock, asBreakStatement, asCallExpression, asCaseClause, asCatch, asClassDeclaration, asCommaExpression, asComprehension, asComprehensionFor, asComprehensionIf, asComputedProperty, 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, asTemplateLiteralExpression, asTemplateLiteralPortion, asTemplateSubstitution, 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 IdentifierExpressionTree identifier
public final ParseTree expression
public DefaultParameterTree(SourceRange location, IdentifierExpressionTree identifier, ParseTree expression)
Copyright © 2009-2014 Google. All Rights Reserved.