Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp | |
org.eclipse.cdt.core.dom.ast.gnu |
Modifier and Type | Method and Description |
---|---|
IASTCompoundStatement |
IASTCompoundStatement.copy() |
IASTCompoundStatement |
IASTCompoundStatement.copy(IASTNode.CopyStyle style) |
IASTCompoundStatement |
INodeFactory.newCompoundStatement() |
Modifier and Type | Method and Description |
---|---|
IGNUASTCompoundStatementExpression |
INodeFactory.newGNUCompoundStatementExpression(IASTCompoundStatement compoundStatement) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPASTCompoundStatement
Represents a block of statements in C++.
|
Modifier and Type | Method and Description |
---|---|
IASTCompoundStatement |
ICPPASTLambdaExpression.getBody()
Returns the compound statement of this lambda expression.
|
Modifier and Type | Method and Description |
---|---|
void |
ICPPASTLambdaExpression.setBody(IASTCompoundStatement body)
Not allowed on frozen AST.
|
Modifier and Type | Method and Description |
---|---|
IASTCompoundStatement |
IGNUASTCompoundStatementExpression.getCompoundStatement()
Get the compound statement.
|
Modifier and Type | Method and Description |
---|---|
void |
IGNUASTCompoundStatementExpression.setCompoundStatement(IASTCompoundStatement statement)
Set the compound statement.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.