public interface TranslatorToCAst
Modifier and Type | Interface and Description |
---|---|
static class |
TranslatorToCAst.DelegatingContext<C extends TranslatorToCAst.WalkContext<C,T>,T> |
static class |
TranslatorToCAst.DoLoopTranslator |
static class |
TranslatorToCAst.Error |
static class |
TranslatorToCAst.RootContext<C extends TranslatorToCAst.WalkContext<C,T>,T> |
static interface |
TranslatorToCAst.WalkContext<C extends TranslatorToCAst.WalkContext<C,T>,T> |
Modifier and Type | Method and Description |
---|---|
<C extends CAstRewriter.RewriteContext<K>,K extends CAstRewriter.CopyKey<K>> |
addRewriter(CAstRewriterFactory<C,K> factory,
boolean prepend) |
CAstEntity |
translateToCAst() |
<C extends CAstRewriter.RewriteContext<K>,K extends CAstRewriter.CopyKey<K>> void addRewriter(CAstRewriterFactory<C,K> factory, boolean prepend)
CAstEntity translateToCAst() throws TranslatorToCAst.Error, IOException
TranslatorToCAst.Error
IOException