java.lang.Object
com.ibm.wala.cast.tree.rewrite.CAstRewriter<NodePos,CAstBasicRewriter.NoKey>
com.ibm.wala.cast.js.ipa.callgraph.correlations.extraction.CAstRewriterExt
Direct Known Subclasses:
ClosureExtractor

public abstract class CAstRewriterExt extends CAstRewriter<NodePos,CAstBasicRewriter.NoKey>
Extension of CAstRewriter which allows adding or deleting control flow edges, and keeps track of the current entity.

TODO: This class is an unholy mess. It should be restructured considerably.

Author:
mschaefer