|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IViewParserConfiguration
This provides implementations for file lookup and TU caching. Clients may extend to pass additional information to a specific parser.
Method Summary | |
---|---|
IIncludeFileLocator |
getIncludeFileLocator()
Get the lookup semantics for #include files. |
IModelDocumentProvider |
getModelDocumentProvider()
Get the provider for IDocument instances for files. |
IPath |
getProjectLocation()
Get the full path of the project (ordinarily #getProject()#getLocation()) |
ITranslationUnitProvider |
getTranslationUnitProvider()
Get the provider of previously cached translation units, for use by #include. |
Method Detail |
---|
IPath getProjectLocation()
ITranslationUnitProvider getTranslationUnitProvider()
IIncludeFileLocator getIncludeFileLocator()
IModelDocumentProvider getModelDocumentProvider()
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |