Package com.ibm.wala.cast.tree.rewrite
Class CAstBasicRewriter.NoKey
- java.lang.Object
-
- com.ibm.wala.cast.tree.rewrite.CAstBasicRewriter.NoKey
-
- All Implemented Interfaces:
CAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
- Enclosing class:
- CAstBasicRewriter
public static class CAstBasicRewriter.NoKey extends Object implements CAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
key indicating that no duplication is being performed
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceCAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
- Overrides:
hashCode
in classObject
-
equals
public boolean equals(Object o)
- Specified by:
equals
in interfaceCAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
- Overrides:
equals
in classObject
-
parent
public CAstBasicRewriter.NoKey parent()
Description copied from interface:CAstRewriter.CopyKey
keys have parent pointers, useful for when nesting cloning must occur (e.g., unrolling of nested loops)- Specified by:
parent
in interfaceCAstRewriter.CopyKey<CAstBasicRewriter.NoKey>
-
-