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