|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPASTUnaryExpression
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 |
Method Summary |
---|
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.IASTNode |
---|
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
Field Detail |
---|
static final int op_throw
op_throw
throw exp
static final int op_typeid
op_typeid
= typeid( exp )
static final int op_last
op_last
is provided for subinterfaces.
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |