Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTExpression

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

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

Subinterfaces of ICPPASTExpression in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTArraySubscriptExpression
           
 interface ICPPASTBinaryExpression
          C++ adds a few more binary expressions over C.
 interface ICPPASTCastExpression
          C++ adds in additional cast-style expressions.
 interface ICPPASTDeleteExpression
          This interface represents a delete expression. delete [] operand;
 interface ICPPASTExpressionList
           
 interface ICPPASTFieldReference
          Certain field references in C++ require the use the keyword template to specify the parse.
 interface ICPPASTFunctionCallExpression
           
 interface ICPPASTLambdaExpression
          Lambda expression, introduced in C++0x.
 interface ICPPASTLiteralExpression
          C++ adds additional literal types to primary expression.
 interface ICPPASTNewExpression
          This interface represents a new expression.
 interface ICPPASTPackExpansionExpression
          Pack expansion as it can occur as an element in an expression-lists or as a non-type template argument.
 interface ICPPASTSimpleTypeConstructorExpression
          Functional cast expressions: simple-type-specifier (expression-list?)
 interface ICPPASTTypeIdExpression
           
 interface ICPPASTTypenameExpression
          Deprecated. Unified with ICPPASTSimpleTypeConstructorExpression.
 interface ICPPASTUnaryExpression
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTExpression
 ICPPASTExpression ICPPASTArraySubscriptExpression.getArrayExpression()
           
 ICPPASTExpression ICPPASTDecltypeSpecifier.getDecltypeExpression()
           
 ICPPASTExpression ICPPASTFieldReference.getFieldOwner()
           
 ICPPASTExpression ICPPASTFunctionDeclarator.getNoexceptExpression()
          Returns the noexcept expression, ICPPASTFunctionDeclarator.NOEXCEPT_DEFAULT if the noexcept specification does not contain an expression, or null the noexcept specification is not present.
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPASTExpression
 ICPPASTDecltypeSpecifier ICPPNodeFactory.newDecltypeSpecifier(ICPPASTExpression decltypeExpression)
           
 void ICPPASTFunctionDeclarator.setNoexceptExpression(ICPPASTExpression expression)
          Sets the noexcept expression.
 

Uses of ICPPASTExpression in org.eclipse.cdt.core.dom.ast.gnu.cpp
 

Subinterfaces of ICPPASTExpression in org.eclipse.cdt.core.dom.ast.gnu.cpp
 interface IGPPASTBinaryExpression
          G++ introduces additional operators.
 


Eclipse CDT
7.0

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