Class NodePos
java.lang.Object
com.ibm.wala.cast.js.ipa.callgraph.correlations.extraction.NodePos
- All Implemented Interfaces:
CAstRewriter.RewriteContext<CAstBasicRewriter.NoKey>
- Direct Known Subclasses:
ChildPos
,ExtractionPos
,LabelPos
,RootPos
public abstract class NodePos
extends Object
implements CAstRewriter.RewriteContext<CAstBasicRewriter.NoKey>
Representation of a node's position in a CAst entity's syntax tree. The position is stored as a
zipper data structure.
- Author:
- mschaefer
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NodePos
public NodePos()
-
-
Method Details
-
accept
-
key
Description copied from interface:CAstRewriter.RewriteContext
get the cloning key for this context- Specified by:
key
in interfaceCAstRewriter.RewriteContext<CAstBasicRewriter.NoKey>
-
inSubtree
-