public static class CAstBasicRewriter.NoKey extends java.lang.Object implements CAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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 java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface CAstRewriter.CopyKey<CAstBasicRewriter.NoKey>equals in class java.lang.Objectpublic CAstBasicRewriter.NoKey parent()
CAstRewriter.CopyKeyparent in interface CAstRewriter.CopyKey<CAstBasicRewriter.NoKey>