| 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 |
|---|---|
IASTUnaryExpression |
IASTUnaryExpression.copy() |
IASTUnaryExpression |
IASTUnaryExpression.copy(IASTNode.CopyStyle style) |
IASTUnaryExpression |
INodeFactory.newUnaryExpression(int operator,
IASTExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ASTSignatureUtil.getUnaryOperatorString(IASTUnaryExpression ue)
Deprecated.
Returns the String representation of the IASTUnaryExpression's operator.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICPPASTUnaryExpression |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGNUASTUnaryExpression
Deprecated.
Replaced by
IASTUnaryExpression. |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.