Eclipse CDT
7.0

org.eclipse.cdt.core.model
Interface IContributedModelBuilder.Factory

Enclosing interface:
IContributedModelBuilder

public static interface IContributedModelBuilder.Factory

A factory to create a model builder for a translation unit.

Since:
5.0

Method Summary
 IContributedModelBuilder create(ITranslationUnit tu)
          Create a model builder for the given translation unit.
 

Method Detail

create

IContributedModelBuilder create(ITranslationUnit tu)
Create a model builder for the given translation unit.

Parameters:
tu - the translation unit
Returns:
the model builder or null if no model builder could be created

Eclipse CDT
7.0

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