Eclipse CDT
Pre-release 3.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 with parameters of type IASTCastExpression
static String ASTSignatureUtil.getCastOperatorString(IASTCastExpression expression)
          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
Pre-release 3.0

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