public class BPrimitiveCastInst extends AbstractInst implements PrimitiveCastInst
| Modifier and Type | Field and Description |
|---|---|
protected Type |
toType |
boxesPointingToThiscol, line, mTagList| Constructor and Description |
|---|
BPrimitiveCastInst(Type fromType,
Type toType) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Used to implement the Switchable construct.
|
Object |
clone()
Returns a deep clone of this object.
|
Type |
getFromType() |
int |
getInCount() |
int |
getInMachineCount() |
String |
getName() |
int |
getOutCount() |
int |
getOutMachineCount() |
Type |
getToType() |
void |
setFromType(Type t) |
void |
setToType(Type t) |
String |
toString() |
branches, containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, fallsThrough, getNetCount, getNetMachineCount, getParameters, toStringaddBoxPointingToThis, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontainsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, getNetCount, getNetMachineCountaddBoxPointingToThis, branches, clearUnitBoxes, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toStringaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagprotected Type toType
public int getInCount()
getInCount in interface InstgetInCount in class AbstractInstpublic int getInMachineCount()
getInMachineCount in interface InstgetInMachineCount in class AbstractInstpublic int getOutCount()
getOutCount in interface InstgetOutCount in class AbstractInstpublic int getOutMachineCount()
getOutMachineCount in interface InstgetOutMachineCount in class AbstractInstpublic Object clone()
AbstractUnitclone in interface Unitclone in class AbstractInstpublic Type getFromType()
getFromType in interface PrimitiveCastInstpublic void setFromType(Type t)
setFromType in interface PrimitiveCastInstpublic Type getToType()
getToType in interface PrimitiveCastInstpublic void setToType(Type t)
setToType in interface PrimitiveCastInstpublic final String getName()
getName in class AbstractInstpublic String toString()
toString in class AbstractInstpublic void apply(Switch sw)
AbstractUnitapply in interface Switchableapply in class AbstractUnitCopyright © 2020 Soot OSS. All rights reserved.