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()
getNumber in interface Numberablepublic final void setNumber(int number)
setNumber in interface Numberablepublic int getIndex()
public Type getType()
getType in interface SparkFieldCopyright © 2020 Soot OSS. All rights reserved.