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 Numberable
public final void setNumber(int number)
setNumber
in interface Numberable
public int getIndex()
public Type getType()
getType
in interface SparkField