public class PurityParamNode extends Object implements PurityNode
| 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 boolean isInside()
PurityNodeisInside in interface PurityNodepublic boolean isLoad()
PurityNodeisLoad in interface PurityNodepublic boolean isParam()
PurityNodeisParam in interface PurityNodeCopyright © 2021 Soot OSS. All rights reserved.