public class Parm extends Object implements SparkField
| Modifier and Type | Method and Description |
|---|---|
static void |
delete() |
int |
getIndex() |
int |
getNumber() |
Type |
getType() |
void |
setNumber(int number) |
String |
toString() |
static Parm |
v(SootMethod m,
int index) |
public static Parm v(SootMethod m, int index)
public static final void delete()
public final int getNumber()
public final void setNumber(int number)
public int getIndex()
public Type getType()
getType in interface SparkFieldCopyright © 2024 Soot OSS. All rights reserved.