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 |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
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
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.