public class Parm extends Object
| Constructor and Description |
|---|
Parm(SootMethod m,
int i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getIndex() |
int |
hashCode() |
boolean |
isReturn() |
boolean |
isThis() |
boolean |
isThrowRet() |
SootMethod |
method() |
String |
toString() |
public Parm(SootMethod m, int i)
public int getIndex()
public boolean isThis()
public boolean isReturn()
public boolean isThrowRet()
public SootMethod method()
Copyright © 2024 Soot OSS. All rights reserved.