Eclipse CDT
7.0

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

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

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

Fields in org.eclipse.cdt.core.dom.ast.cpp declared as ICPPASTAliasDeclaration
static ICPPASTAliasDeclaration[] ICPPASTAliasDeclaration.EMPTY_ALIAS_DECLARATION_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTAliasDeclaration
 ICPPASTAliasDeclaration ICPPASTAliasDeclaration.copy()
           
 ICPPASTAliasDeclaration ICPPASTAliasDeclaration.copy(IASTNode.CopyStyle style)
           
 ICPPASTAliasDeclaration ICPPNodeFactory.newAliasDeclaration(IASTName aliasName, ICPPASTTypeId aliasedType)
           
 


Eclipse CDT
7.0

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