Package org.eclipse.cdt.core.dom.ast
Class ASTNodeFactoryFactory
- java.lang.Object
-
- org.eclipse.cdt.core.dom.ast.ASTNodeFactoryFactory
-
public class ASTNodeFactoryFactory extends Object
Provides access to the node factories.- Since:
- 5.2
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ICNodeFactory
getDefaultCNodeFactory()
static ICPPNodeFactory
getDefaultCPPNodeFactory()
-
-
-
Method Detail
-
getDefaultCNodeFactory
public static ICNodeFactory getDefaultCNodeFactory()
-
getDefaultCPPNodeFactory
public static ICPPNodeFactory getDefaultCPPNodeFactory()
-
-