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