public static interface CAstRewriter.CopyKey<Self extends CAstRewriter.CopyKey<Self>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
Self |
parent()
keys have parent pointers, useful for when nesting cloning must occur (e.g., unrolling of
nested loops)
|
int hashCode()
hashCode in class java.lang.Objectboolean equals(java.lang.Object o)
equals in class java.lang.ObjectSelf parent()