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