Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTUnaryExpression

Packages that use IASTUnaryExpression
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.cpp   
org.eclipse.cdt.core.dom.ast.gnu   
 

Uses of IASTUnaryExpression in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTUnaryExpression
 IASTUnaryExpression IASTUnaryExpression.copy()
           
 IASTUnaryExpression IASTUnaryExpression.copy(IASTNode.CopyStyle style)
           
 IASTUnaryExpression INodeFactory.newUnaryExpression(int operator, IASTExpression operand)
           
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTUnaryExpression
static java.lang.String ASTSignatureUtil.getUnaryOperatorString(IASTUnaryExpression ue)
          Deprecated. Returns the String representation of the IASTUnaryExpression's operator.
 

Uses of IASTUnaryExpression in org.eclipse.cdt.core.dom.ast.cpp
 

Subinterfaces of IASTUnaryExpression in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTUnaryExpression
           
 

Uses of IASTUnaryExpression in org.eclipse.cdt.core.dom.ast.gnu
 

Subinterfaces of IASTUnaryExpression in org.eclipse.cdt.core.dom.ast.gnu
 interface IGNUASTUnaryExpression
          Deprecated. Replaced by IASTUnaryExpression.
 


Eclipse CDT
7.0

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