|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents a cast expression of the form (TypeId)operand.
| Field Summary | |
static int |
op_cast
op_cast represents a traditional cast. |
static int |
op_last
op_last for subinterfaces |
static ASTNodeProperty |
OPERAND
OPERAND represents the relationship between a cast
expression and the expression it is casting (operand). |
static ASTNodeProperty |
TYPE_ID
TYPE_ID represents the relationship between a cast
expression and the type cast to. |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression |
EMPTY_EXPRESSION_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
EMPTY_NODE_ARRAY |
| Method Summary | |
IASTExpression |
getOperand()
Get expression being cast. |
int |
getOperator()
Get the type of cast (as an operator). |
IASTTypeId |
getTypeId()
Get the typeId. |
void |
setOperand(IASTExpression expression)
Set the expression being cast. |
void |
setOperator(int value)
Set the operator (type of cast). |
void |
setTypeId(IASTTypeId typeId)
Set the typeId. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
| Field Detail |
public static final int op_cast
op_cast represents a traditional cast.
public static final int op_last
op_last for subinterfaces
public static final ASTNodeProperty OPERAND
OPERAND represents the relationship between a cast
expression and the expression it is casting (operand).
public static final ASTNodeProperty TYPE_ID
TYPE_ID represents the relationship between a cast
expression and the type cast to.
| Method Detail |
public int getOperator()
public void setOperator(int value)
value - public IASTExpression getOperand()
IASTExpression the expression being castpublic void setOperand(IASTExpression expression)
expression - IASTExpression the expression to be castpublic void setTypeId(IASTTypeId typeId)
typeId - IASTTypeId to be set.public IASTTypeId getTypeId()
IASTTypeId representing type being casted to.
|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||