|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.internal.AbstractNewArrayExpr | +--soot.dava.internal.javaRep.DNewArrayExpr
Constructor Summary | |
DNewArrayExpr(Type type,
Value size)
|
Method Summary | |
java.lang.Object |
clone()
Returns a clone of this Value. |
int |
getPrecedence()
|
java.lang.String |
toString()
|
void |
toString(UnitPrinter up)
|
Methods inherited from class soot.jimple.internal.AbstractNewArrayExpr |
apply,
convertToBaf,
equivHashCode,
equivTo,
getBaseType,
getSize,
getSizeBox,
getType,
getUseBoxes,
setBaseType,
setSize |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public DNewArrayExpr(Type type, Value size)
Method Detail |
public int getPrecedence()
public java.lang.Object clone()
public void toString(UnitPrinter up)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |