public class VariableDeclarationListTree extends ParseTree
asComputedProperty
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<VariableDeclarationTree> |
declarations |
TokenType |
declarationType |
Constructor and Description |
---|
VariableDeclarationListTree(SourceRange location,
TokenType declarationType,
com.google.common.collect.ImmutableList<VariableDeclarationTree> declarations) |
Modifier and Type | Method and Description |
---|---|
boolean |
isConst() |
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 TokenType declarationType
public final com.google.common.collect.ImmutableList<VariableDeclarationTree> declarations
public VariableDeclarationListTree(SourceRange location, TokenType declarationType, com.google.common.collect.ImmutableList<VariableDeclarationTree> declarations)
Copyright © 2009-2014 Google. All Rights Reserved.