soot.jimple.spark.pag
Class Parm

java.lang.Object
  |
  +--soot.jimple.spark.pag.Parm
All Implemented Interfaces:
SparkField

public class Parm
extends java.lang.Object
implements SparkField

Represents a method parameter.


Method Summary
static void delete()
           
static Parm v(SootMethod m, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

v

public static Parm v(SootMethod m,
                     int index)

delete

public static final void delete()