Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp | |
org.eclipse.cdt.core.dom.ast.gnu.cpp |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPASTArraySubscriptExpression |
interface |
ICPPASTBinaryExpression
C++ adds a few more binary expressions over C.
|
interface |
ICPPASTDeleteExpression
This interface represents a delete expression. delete [] operand;
|
interface |
ICPPASTExpressionList |
interface |
ICPPASTFieldReference
Certain field references in C++ require the use the keyword template to
specify the parse.
|
interface |
ICPPASTFunctionCallExpression |
interface |
ICPPASTLambdaExpression
Lambda expression, introduced in C++11.
|
interface |
ICPPASTNewExpression
This interface represents a new expression.
|
interface |
ICPPASTRangeBasedForStatement
Represents a range-based 'for' loop.
|
interface |
ICPPASTUnaryExpression |
Modifier and Type | Interface and Description |
---|---|
interface |
IGPPASTBinaryExpression
G++ introduces additional operators.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.