public class Parm extends java.lang.Object implements SparkField
Modifier and Type | Method and Description |
---|---|
static void |
delete() |
int |
getIndex() |
int |
getNumber() |
Type |
getType() |
void |
setNumber(int number) |
java.lang.String |
toString() |
static Parm |
v(SootMethod m,
int index) |
public static Parm v(SootMethod m, int index)
public static final void delete()
public java.lang.String toString()
toString
in class java.lang.Object
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