Package com.ibm.wala.cast.tree.rewrite
Interface CAstRewriter.RewriteContext<K extends CAstRewriter.CopyKey>
-
- All Known Implementing Classes:
CAstBasicRewriter.NonCopyingContext
- Enclosing class:
- CAstRewriter<C extends CAstRewriter.RewriteContext<K>,K extends CAstRewriter.CopyKey<K>>
public static interface CAstRewriter.RewriteContext<K extends CAstRewriter.CopyKey>
interface to be implemented by contexts used while traversing the AST
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K
key()
get the cloning key for this context
-
-
-
Method Detail
-
key
K key()
get the cloning key for this context
-
-