Eclipse CDT
7.0

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

Packages that use IASTTypeIdInitializerExpression
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.c   
 

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

Methods in org.eclipse.cdt.core.dom.ast that return IASTTypeIdInitializerExpression
 IASTTypeIdInitializerExpression IASTTypeIdInitializerExpression.copy()
           
 IASTTypeIdInitializerExpression IASTTypeIdInitializerExpression.copy(IASTNode.CopyStyle style)
           
 IASTTypeIdInitializerExpression INodeFactory.newTypeIdInitializerExpression(IASTTypeId typeId, IASTInitializer initializer)
           
 

Uses of IASTTypeIdInitializerExpression in org.eclipse.cdt.core.dom.ast.c
 

Subinterfaces of IASTTypeIdInitializerExpression in org.eclipse.cdt.core.dom.ast.c
 interface ICASTTypeIdInitializerExpression
          C Expression of the format type-id { initializer } GCC allows compound literals for c++, therefore the interface was moved to the common ast interfaces (IASTTypeIdInitializerExpression).
 


Eclipse CDT
7.0

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