public class CPVariable extends Object
Constructor and Description |
---|
CPVariable(Local local) |
CPVariable(SootField field) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsLocal() |
boolean |
containsSootField() |
boolean |
equals(CPVariable var) |
Local |
getLocal() |
SootField |
getSootField() |
String |
toString() |
public CPVariable(SootField field)
public CPVariable(Local local)
public boolean containsLocal()
public boolean containsSootField()
public SootField getSootField()
public Local getLocal()
public boolean equals(CPVariable var)
Copyright © 2021 Soot OSS. All rights reserved.