Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTUnaryExpression

All Superinterfaces:
IASTExpression, IASTNode, IASTUnaryExpression

public interface ICPPASTUnaryExpression
extends IASTUnaryExpression


Field Summary
static int op_last
          op_last is provided for subinterfaces.
static int op_throw
          op_throw throw exp
static int op_typeid
          op_typeid = typeid( exp )
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
op_amper, op_bracketedPrimary, op_minus, op_not, op_plus, op_postFixDecr, op_postFixIncr, op_prefixDecr, op_prefixIncr, op_sizeof, op_star, op_tilde, OPERAND
 
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
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
getOperand, getOperator, setOperand, setOperator
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression
getExpressionType
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Field Detail

op_throw

public static final int op_throw
op_throw throw exp

See Also:
Constant Field Values

op_typeid

public static final int op_typeid
op_typeid = typeid( exp )

See Also:
Constant Field Values

op_last

public static final int op_last
op_last is provided for subinterfaces.

See Also:
Constant Field Values

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.