soot.baf
Interface PrimitiveCastInst

All Known Implementing Classes:
BPrimitiveCastInst

public interface PrimitiveCastInst
extends Inst


Method Summary
 Type getFromType()
           
 Type getToType()
           
 void setFromType(Type t)
           
 void setToType(Type t)
           
 
Methods inherited from interface soot.baf.Inst
containsArrayRef, containsFieldRef, containsInvokeExpr, 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

getFromType

public Type getFromType()

setFromType

public void setFromType(Type t)

getToType

public Type getToType()

setToType

public void setToType(Type t)