public class ForStatementTree extends ParseTree
Modifier and Type | Field and Description |
---|---|
ParseTree |
body |
ParseTree |
condition |
ParseTree |
increment |
ParseTree |
initializer |
Constructor and Description |
---|
ForStatementTree(SourceRange location,
ParseTree variables,
ParseTree condition,
ParseTree increment,
ParseTree body) |
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 final ParseTree initializer
public final ParseTree condition
public final ParseTree increment
public final ParseTree body
public ForStatementTree(SourceRange location, ParseTree variables, ParseTree condition, ParseTree increment, ParseTree body)
Copyright © 2009-2015 Google. All Rights Reserved.