| Package | Description |
|---|---|
| org.eclipse.cdt.core.dom.ast | |
| org.eclipse.cdt.core.dom.ast.cpp |
| Modifier and Type | Method and Description |
|---|---|
IASTForStatement |
IASTForStatement.copy() |
IASTForStatement |
IASTForStatement.copy(IASTNode.CopyStyle style) |
IASTForStatement |
INodeFactory.newForStatement(IASTStatement init,
IASTExpression condition,
IASTExpression iterationExpression,
IASTStatement body) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICPPASTForStatement
The C++ 'for' statement.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.