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