soot.baf
Interface DynamicInvokeInst

All Superinterfaces:
Context, Host, Inst, MethodArgInst, Serializable, Switchable, Unit
All Known Implementing Classes:
BDynamicInvokeInst

public interface DynamicInvokeInst
extends MethodArgInst


Method Summary
 List<Value> getBootstrapArgs()
           
 SootMethodRef getBootstrapMethodRef()
           
 
Methods inherited from interface soot.baf.MethodArgInst
getMethod, getMethodRef
 
Methods inherited from interface soot.baf.Inst
containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, getInCount, getInMachineCount, getNetCount, getNetMachineCount, getOutCount, getOutMachineCount
 
Methods inherited from interface soot.Unit
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 

Method Detail

getBootstrapMethodRef

SootMethodRef getBootstrapMethodRef()

getBootstrapArgs

List<Value> getBootstrapArgs()