fabil.visit
Class ThreadRewriter
java.lang.Object
NodeVisitor
fabil.visit.ThreadRewriter
public class ThreadRewriter
- extends NodeVisitor
Rewrites threads, hooking them into the worker transaction manager.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadRewriter
public ThreadRewriter(ExtensionInfo extInfo)
nodeFactory
public FabILNodeFactory nodeFactory()
typeSystem
public FabILTypeSystem typeSystem()
qq
public QQ qq()
leave
public Node leave(Node old,
Node n,
NodeVisitor v)
shouldRewrite
public boolean shouldRewrite(ClassType type)
- Determines whether the given ClassType should be rewritten with hooks into
the worker transaction manager.