Class CAstRhinoTranslator
java.lang.Object
com.ibm.wala.cast.ir.translator.RewritingTranslatorToCAst
com.ibm.wala.cast.js.translator.CAstRhinoTranslator
- All Implemented Interfaces:
TranslatorToCAst
-
Nested Class Summary
Nested classes/interfaces inherited from interface TranslatorToCAst
TranslatorToCAst.BreakContext<C,T>, TranslatorToCAst.DelegatingContext<C, T>, TranslatorToCAst.DoLoopTranslator, TranslatorToCAst.Error, TranslatorToCAst.FunctionContext<C, T>, TranslatorToCAst.LoopContext<C, T>, TranslatorToCAst.RootContext<C, T>, TranslatorToCAst.TryCatchContext<C, T>, TranslatorToCAst.WalkContext<C, T> Modifier and TypeInterfaceDescriptionstatic classTranslatorToCAst.BreakContext<C extends TranslatorToCAst.WalkContext<C,T>, T> static classstatic classstatic classstatic classTranslatorToCAst.FunctionContext<C extends TranslatorToCAst.WalkContext<C,T>, T> static classTranslatorToCAst.LoopContext<C extends TranslatorToCAst.WalkContext<C,T>, T> static classTranslatorToCAst.RootContext<C extends TranslatorToCAst.WalkContext<C,T>, T> static classTranslatorToCAst.TryCatchContext<C extends TranslatorToCAst.WalkContext<C,T>, T> static interfaceTranslatorToCAst.WalkContext<C extends TranslatorToCAst.WalkContext<C,T>, T> -
Field Summary
Fields inherited from class RewritingTranslatorToCAst
M -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RewritingTranslatorToCAst
addRewriter, translateToCAstModifier and TypeMethodDescription<C extends CAstRewriter.RewriteContext<K>, K extends CAstRewriter.CopyKey<K>>
voidaddRewriter(CAstRewriterFactory<C, K> factory, boolean prepend) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TranslatorToCAst
pushSourcePositionModifier and TypeMethodDescriptiondefault <X extends TranslatorToCAst.WalkContext<X,Y>, Y>
voidpushSourcePosition(TranslatorToCAst.WalkContext<X, Y> context, CAstNode n, CAstSourcePositionMap.Position p)
-
Constructor Details
-
CAstRhinoTranslator
-