Class AstLoopUnwinder.UnwindKey
java.lang.Object
com.ibm.wala.cast.tree.rewrite.AstLoopUnwinder.UnwindKey
- All Implemented Interfaces:
CAstRewriter.CopyKey<AstLoopUnwinder.UnwindKey>
- Enclosing class:
AstLoopUnwinder
public static class AstLoopUnwinder.UnwindKey
extends Object
implements CAstRewriter.CopyKey<AstLoopUnwinder.UnwindKey>
-
Method Summary
-
Method Details
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCAstRewriter.CopyKey<AstLoopUnwinder.UnwindKey>
- Overrides:
hashCode
in classObject
-
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<AstLoopUnwinder.UnwindKey>
-
equals
- Specified by:
equals
in interfaceCAstRewriter.CopyKey<AstLoopUnwinder.UnwindKey>
- Overrides:
equals
in classObject
-
toString
-