joeq.Compiler.Analysis.IPSSA
Class SSALocation.Temporary
java.lang.Object
joeq.Compiler.Analysis.IPSSA.SSALocation.Temporary
- All Implemented Interfaces:
- SSALocation
- Enclosing interface:
- SSALocation
public static class SSALocation.Temporary
- extends Object
- implements SSALocation
We need to have "abstract" temporary locations for IPSSA construction purposes
that do not necessarily correspond to anything tangible.
toString
public String toString(PA pa)
- Specified by:
toString
in interface SSALocation
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2008 John Whaley. All Rights Reserved.