public class FormalParameterListTree extends ParseTree
asComputedProperty
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<ParseTree> |
parameters |
Constructor and Description |
---|
FormalParameterListTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> parameters) |
Modifier and Type | Method and Description |
---|---|
RestParameterTree |
getRestParameter() |
boolean |
hasRestParameter() |
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, 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 com.google.common.collect.ImmutableList<ParseTree> parameters
public FormalParameterListTree(SourceRange location, com.google.common.collect.ImmutableList<ParseTree> parameters)
public RestParameterTree getRestParameter()
public boolean hasRestParameter()
Copyright © 2009–2015 Google. All rights reserved.