|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static ASTNodeProperty |
CONDITION_DECLARATION
|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTForStatement |
---|
BODY, CONDITION, INITIALIZER, ITERATION |
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()
|
void |
setConditionDeclaration(IASTDeclaration d)
|
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTForStatement |
---|
getBody, getConditionExpression, getInitializerStatement, getIterationExpression, getScope, setBody, setConditionExpression, setInitializerStatement, setIterationExpression |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
Field Detail |
public static final ASTNodeProperty CONDITION_DECLARATION
Method Detail |
public void setConditionDeclaration(IASTDeclaration d)
public IASTDeclaration getConditionDeclaration()
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |