Eclipse CDT
7.0

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

Packages that use IASTCastExpression
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.cpp   
 

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

Methods in org.eclipse.cdt.core.dom.ast that return IASTCastExpression
 IASTCastExpression IASTCastExpression.copy()
           
 IASTCastExpression IASTCastExpression.copy(IASTNode.CopyStyle style)
           
 IASTCastExpression INodeFactory.newCastExpression(int operator, IASTTypeId typeId, IASTExpression operand)
           
 

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

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

Subinterfaces of IASTCastExpression in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTCastExpression
          C++ adds in additional cast-style expressions.
 


Eclipse CDT
7.0

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