Class RewritingTranslatorToCAst
java.lang.Object
com.ibm.wala.cast.ir.translator.RewritingTranslatorToCAst
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.wala.cast.ir.translator.TranslatorToCAst
TranslatorToCAst.BreakContext<C extends TranslatorToCAst.WalkContext<C,
T>, T>, TranslatorToCAst.DelegatingContext<C extends TranslatorToCAst.WalkContext<C, T>, T>, TranslatorToCAst.DoLoopTranslator, TranslatorToCAst.Error, TranslatorToCAst.FunctionContext<C extends TranslatorToCAst.WalkContext<C, T>, T>, TranslatorToCAst.LoopContext<C extends TranslatorToCAst.WalkContext<C, T>, T>, TranslatorToCAst.RootContext<C extends TranslatorToCAst.WalkContext<C, T>, T>, TranslatorToCAst.TryCatchContext<C extends TranslatorToCAst.WalkContext<C, T>, T>, TranslatorToCAst.WalkContext<C extends TranslatorToCAst.WalkContext<C, T>, T> -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<C extends CAstRewriter.RewriteContext<K>,
K extends CAstRewriter.CopyKey<K>>
voidaddRewriter
(CAstRewriterFactory<C, K> factory, boolean prepend) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.wala.cast.ir.translator.TranslatorToCAst
pushSourcePosition
-
Field Details
-
M
-
-
Constructor Details
-
RewritingTranslatorToCAst
-
-
Method Details
-
addRewriter
public <C extends CAstRewriter.RewriteContext<K>,K extends CAstRewriter.CopyKey<K>> void addRewriter(CAstRewriterFactory<C, K> factory, boolean prepend) - Specified by:
addRewriter
in interfaceTranslatorToCAst
-
translateToCAst
- Specified by:
translateToCAst
in interfaceTranslatorToCAst
- Throws:
IOException
TranslatorToCAst.Error
-