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 booleanequals(Object o)inthashCode()AstLoopUnwinder.UnwindKeyparent()keys have parent pointers, useful for when nesting cloning must occur (e.g., unrolling of nested loops)StringtoString()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceCAstRewriter.CopyKey<AstLoopUnwinder.UnwindKey>- Overrides:
hashCodein classObject
-
parent
public AstLoopUnwinder.UnwindKey parent()
Description copied from interface:CAstRewriter.CopyKeykeys have parent pointers, useful for when nesting cloning must occur (e.g., unrolling of nested loops)- Specified by:
parentin interfaceCAstRewriter.CopyKey<AstLoopUnwinder.UnwindKey>
-
equals
public boolean equals(Object o)
- Specified by:
equalsin interfaceCAstRewriter.CopyKey<AstLoopUnwinder.UnwindKey>- Overrides:
equalsin classObject
-
-