public class BNewArrayInst extends AbstractInst implements NewArrayInst
| Modifier and Type | Field and Description |
|---|---|
protected Type |
baseType |
col, line, mTagList| Constructor and Description |
|---|
BNewArrayInst(Type opType) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Used to implement the Switchable construct.
|
java.lang.Object |
clone()
Returns a deep clone of this object.
|
boolean |
containsNewExpr() |
Type |
getBaseType() |
int |
getInCount() |
int |
getInMachineCount() |
java.lang.String |
getName() |
int |
getOutCount() |
int |
getOutMachineCount() |
void |
setBaseType(Type type) |
branches, containsArrayRef, containsFieldRef, containsInvokeExpr, fallsThrough, getNetCount, getNetMachineCount, getParameters, toString, 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, getNetCount, getNetMachineCountaddBoxPointingToThis, branches, clearUnitBoxes, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toStringaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagprotected Type baseType
public BNewArrayInst(Type opType)
public int getInCount()
getInCount in interface InstgetInCount in class AbstractInstpublic int getOutCount()
getOutCount in interface InstgetOutCount in class AbstractInstpublic java.lang.Object clone()
AbstractUnitclone in interface Unitclone in class AbstractInstpublic int getInMachineCount()
getInMachineCount in interface InstgetInMachineCount in class AbstractInstpublic int getOutMachineCount()
getOutMachineCount in interface InstgetOutMachineCount in class AbstractInstpublic final java.lang.String getName()
getName in class AbstractInstpublic Type getBaseType()
getBaseType in interface NewArrayInstpublic void setBaseType(Type type)
setBaseType in interface NewArrayInstpublic void apply(Switch sw)
AbstractUnitapply in interface Switchableapply in class AbstractUnitpublic boolean containsNewExpr()
containsNewExpr in interface InstcontainsNewExpr in class AbstractInst