Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTForStatement

All Superinterfaces:
IASTForStatement, IASTNode, IASTStatement

public interface ICPPASTForStatement
extends IASTForStatement


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, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Field Detail

CONDITION_DECLARATION

static final ASTNodeProperty CONDITION_DECLARATION
Method Detail

setConditionDeclaration

void setConditionDeclaration(IASTDeclaration d)

getConditionDeclaration

IASTDeclaration getConditionDeclaration()

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.