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