Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
IASTIfStatement |
IASTIfStatement.copy() |
IASTIfStatement |
IASTIfStatement.copy(IASTNode.CopyStyle style) |
IASTIfStatement |
INodeFactory.newIfStatement(IASTExpression condition,
IASTStatement then,
IASTStatement elseClause) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPASTIfStatement
The 'if' statement including the optional else clause.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.