public class FakeJimpleLocal extends JimpleLocal
name, type| Constructor and Description |
|---|
FakeJimpleLocal(String name,
Type t,
Local realLocal)
Constructs a FakeJimpleLocal of the given name and type.
|
FakeJimpleLocal(String name,
Type t,
Local realLocal,
Object info) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Object |
getInfo() |
Local |
getRealLocal() |
void |
setInfo(Object o) |
addToNumberer, apply, convertToBaf, equivHashCode, getName, getNumber, getType, getUseBoxes, isStackLocal, setName, setNumber, setType, toString, toStringpublic FakeJimpleLocal(String name, Type t, Local realLocal)
public boolean equivTo(Object o)
equivTo in interface EquivToequivTo in class JimpleLocalpublic Object clone()
clone in interface Valueclone in class JimpleLocalpublic Local getRealLocal()
public Object getInfo()
public void setInfo(Object o)
Copyright © 2021 Soot OSS. All rights reserved.