public static bool Parse(TranslationUnit tu, IObserver o, IntPtr session) { Indexer i = new Indexer(tu); return i.Parse(o, session) != 0; }
public void EntityDeclaration(Indexer indexer, DeclInfo decl) { }
public void EntityReference(Indexer indexer, EntityReference reference) { }
public bool Abort(Indexer indexer) { return false; }