Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTCompoundStatement

Packages that use IASTCompoundStatement
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.gnu   
 

Uses of IASTCompoundStatement in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTCompoundStatement
 IASTCompoundStatement IASTCompoundStatement.copy()
           
 IASTCompoundStatement INodeFactory.newCompoundStatement()
           
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTCompoundStatement
 IGNUASTCompoundStatementExpression INodeFactory.newGNUCompoundStatementExpression(IASTCompoundStatement compoundStatement)
           
 

Uses of IASTCompoundStatement in org.eclipse.cdt.core.dom.ast.gnu
 

Methods in org.eclipse.cdt.core.dom.ast.gnu that return IASTCompoundStatement
 IASTCompoundStatement IGNUASTCompoundStatementExpression.getCompoundStatement()
          Get the compound statement.
 

Methods in org.eclipse.cdt.core.dom.ast.gnu with parameters of type IASTCompoundStatement
 void IGNUASTCompoundStatementExpression.setCompoundStatement(IASTCompoundStatement statement)
          Set the compound statement.
 


Eclipse CDT
Pre-release 3.0

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