soot.jimple.toolkits.infoflow
Class FakeJimpleLocal

java.lang.Object
  extended bysoot.jimple.internal.JimpleLocal
      extended bysoot.jimple.toolkits.infoflow.FakeJimpleLocal
All Implemented Interfaces:
ConvertToBaf, EquivTo, Immediate, Local, Numberable, Serializable, Switchable, Value

public class FakeJimpleLocal
extends JimpleLocal

See Also:
Serialized Form

Constructor Summary
FakeJimpleLocal(String name, Type t, Local realLocal)
          Constructs a FakeJimpleLocal of the given name and type.
 
Method Summary
 Object clone()
          Returns a clone of the current JimpleLocal.
 boolean equals(Object o)
           
 boolean equivTo(Object o)
          Returns true if the given object is structurally equal to this one.
 Local getRealLocal()
           
 
Methods inherited from class soot.jimple.internal.JimpleLocal
apply, convertToBaf, equivHashCode, getName, getNumber, getType, getUseBoxes, hashCode, setName, setNumber, setType, toString, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FakeJimpleLocal

public FakeJimpleLocal(String name,
                       Type t,
                       Local realLocal)
Constructs a FakeJimpleLocal of the given name and type.

Method Detail

equivTo

public boolean equivTo(Object o)
Returns true if the given object is structurally equal to this one.

Specified by:
equivTo in interface EquivTo
Overrides:
equivTo in class JimpleLocal

equals

public boolean equals(Object o)

clone

public Object clone()
Returns a clone of the current JimpleLocal.

Specified by:
clone in interface Value
Overrides:
clone in class JimpleLocal

getRealLocal

public Local getRealLocal()