| Package | Description |
|---|---|
| org.eclipse.cdt.core.dom.ast | |
| org.eclipse.cdt.core.dom.ast.cpp |
| Modifier and Type | Method and Description |
|---|---|
IASTCastExpression |
IASTCastExpression.copy() |
IASTCastExpression |
IASTCastExpression.copy(IASTNode.CopyStyle style) |
IASTCastExpression |
INodeFactory.newCastExpression(int operator,
IASTTypeId typeId,
IASTExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ASTSignatureUtil.getCastOperatorString(IASTCastExpression expression)
Deprecated.
Returns the String representation of the IASTCastExpression's operator.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICPPASTCastExpression
C++ adds in additional cast-style expressions.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.