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