Class CAstBasicRewriter.NoKey
java.lang.Object
com.ibm.wala.cast.tree.rewrite.CAstBasicRewriter.NoKey
- All Implemented Interfaces:
CAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
- Enclosing class:
CAstBasicRewriter<T extends CAstBasicRewriter.NonCopyingContext>
public static class CAstBasicRewriter.NoKey
extends Object
implements CAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
key indicating that no duplication is being performed
-
Method Details
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
- Overrides:
hashCode
in classObject
-
equals
- Specified by:
equals
in interfaceCAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
- Overrides:
equals
in classObject
-
parent
Description copied from interface:CAstRewriter.CopyKey
keys have parent pointers, useful for when nesting cloning must occur (e.g., unrolling of nested loops)- Specified by:
parent
in interfaceCAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
-