Eclipse CDT
7.0

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

Packages that use INodeFactory
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.c   
org.eclipse.cdt.core.dom.ast.cpp   
 

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

Methods in org.eclipse.cdt.core.dom.ast that return INodeFactory
 INodeFactory IASTTranslationUnit.getASTNodeFactory()
          Returns the node factory that was used to build the AST.
 

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

Subinterfaces of INodeFactory in org.eclipse.cdt.core.dom.ast.c
 interface ICNodeFactory
          Factory for AST nodes for the C programming language.
 

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

Subinterfaces of INodeFactory in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPNodeFactory
          Factory for AST nodes for the C++ programming language.
 


Eclipse CDT
7.0

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