JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
K
key
()
get the cloning key for this context
Method Detail
key
K
key()
get the cloning key for this context
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method