|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.internal.AbstractNewArrayExpr | +--soot.jimple.internal.JNewArrayExpr
Constructor Summary | |
JNewArrayExpr(Type type,
Value size)
|
Method Summary | |
java.lang.Object |
clone()
Returns a clone of this Value. |
Methods inherited from class soot.jimple.internal.AbstractNewArrayExpr |
apply, convertToBaf, equivHashCode, equivTo, getBaseType, getSize, getSizeBox, getType, getUseBoxes, setBaseType, setSize, toBriefString, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface soot.jimple.NewArrayExpr |
apply, getBaseType, getSize, getSizeBox, getType, getUseBoxes, setBaseType, setSize |
Methods inherited from interface soot.EquivTo |
equivHashCode, equivTo |
Methods inherited from interface soot.ToBriefString |
toBriefString |
Constructor Detail |
public JNewArrayExpr(Type type, Value size)
Method Detail |
public java.lang.Object clone()
Value
clone
in interface Value
clone
in class AbstractNewArrayExpr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |