public class PurityGlobalNode extends Object implements PurityNode
| Modifier and Type | Field and Description |
|---|---|
static PurityGlobalNode |
node |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isInside()
Is it an inside node ?
|
boolean |
isLoad()
Is it a load node ?
|
boolean |
isParam()
Is it a parameter or this node ?
|
String |
toString() |
public static PurityGlobalNode node
public boolean isInside()
PurityNodeisInside in interface PurityNodepublic boolean isLoad()
PurityNodeisLoad in interface PurityNodepublic boolean isParam()
PurityNodeisParam in interface PurityNodeCopyright © 2020 Soot OSS. All rights reserved.