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