Package com.ibm.wala.cast.tree.rewrite
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
AstLoopUnwinder.UnwindKey
parent()
keys have parent pointers, useful for when nesting cloning must occur (e.g., unrolling of nested loops)String
toString()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceCAstRewriter.CopyKey<AstLoopUnwinder.UnwindKey>
- Overrides:
hashCode
in classObject
-
parent
public AstLoopUnwinder.UnwindKey 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
public boolean equals(Object o)
- Specified by:
equals
in interfaceCAstRewriter.CopyKey<AstLoopUnwinder.UnwindKey>
- Overrides:
equals
in classObject
-
-