Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
ICPPASTForStatement |
ICPPASTForStatement.copy() |
ICPPASTForStatement |
ICPPASTForStatement.copy(IASTNode.CopyStyle style) |
ICPPASTForStatement |
ICPPNodeFactory.newForStatement() |
ICPPASTForStatement |
ICPPNodeFactory.newForStatement(IASTStatement init,
IASTDeclaration condition,
IASTExpression iterationExpression,
IASTStatement body) |
ICPPASTForStatement |
ICPPNodeFactory.newForStatement(IASTStatement init,
IASTExpression condition,
IASTExpression iterationExpression,
IASTStatement body) |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.