soot.jimple
Interface DynamicInvokeExpr

All Superinterfaces:
EquivTo, Expr, InvokeExpr, Serializable, Switchable, Value
All Known Implementing Classes:
GDynamicInvokeExpr, JDynamicInvokeExpr

public interface DynamicInvokeExpr
extends InvokeExpr


Method Summary
 List<Value> getBootstrapArgs()
           
 SootMethodRef getBootstrapMethodRef()
           
 
Methods inherited from interface soot.jimple.InvokeExpr
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRef
 
Methods inherited from interface soot.Value
clone, getUseBoxes, toString
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.EquivTo
equivHashCode, equivTo
 

Method Detail

getBootstrapMethodRef

SootMethodRef getBootstrapMethodRef()

getBootstrapArgs

List<Value> getBootstrapArgs()