Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] AST: Is there public-analogue of "ITypeContainer" type?

Good day!

I need to write the analogue of "org.eclipse.cdt.core.dom.ast.ASTTypeUtil.getType(IType, boolean)" function, but interface "org.eclipse.cdt.internal.core.dom.parser.ITypeContainer" is internal only. :(
Which interface should I use instead of this?

CDT 4.0.x, 5.0.x.

Regards,
         Andrey.


Back to the top