|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This inteface accommodates C++ allows for broader while loop syntax.
| Field Summary | |
static ASTNodeProperty |
CONDITIONDECLARATION
In C++ conditions can be declarations w/side effects. |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTWhileStatement |
BODY, CONDITIONEXPRESSION |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTStatement |
EMPTY_STATEMENT_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
EMPTY_NODE_ARRAY |
| Method Summary | |
IASTDeclaration |
getConditionDeclaration()
Get the condition declaration. |
IScope |
getScope()
Get the IScope represented by this while. |
void |
setConditionDeclaration(IASTDeclaration declaration)
Set the condition declaration. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTWhileStatement |
getBody, getCondition, setBody, setCondition |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
| Field Detail |
public static final ASTNodeProperty CONDITIONDECLARATION
| Method Detail |
public IASTDeclaration getConditionDeclaration()
IASTDeclarationpublic void setConditionDeclaration(IASTDeclaration declaration)
declaration - IASTDeclarationpublic IScope getScope()
IScope represented by this while.
IScope
|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||