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 Object
public boolean equals(Object o)
equals
in interface CAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
equals
in class Object
public CAstBasicRewriter.NoKey parent()
CAstRewriter.CopyKey
parent
in interface CAstRewriter.CopyKey<CAstBasicRewriter.NoKey>