Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Parser question

Working on default C/C++ formatter, I'm trying to override the default implementation of IASTFactoryExtension interface to substitute createSimpleTypeSpecifier and overrideCreateSimpleTypeSpecifierMethod methods. To do it before, I inherited from Parser class and replaced extensionFactory member ( I didn't like it, but it worked at least). Parser is not inheritable now (a final class) and I cannot do it any more. Is there any legal way for substitution of default implementation of IASTFactoryExtension interface?

Alex Chapiro


Back to the top