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