|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.Constant | +--soot.jimple.NumericConstant | +--soot.jimple.ArithmeticConstant | +--soot.jimple.IntConstant | +--soot.dava.internal.javaRep.DIntConstant
Field Summary | |
Type |
type
|
Fields inherited from class soot.jimple.IntConstant |
value |
Method Summary | |
java.lang.String |
toString()
|
static DIntConstant |
v(int value,
Type type)
|
Methods inherited from class soot.jimple.IntConstant |
add,
and,
apply,
divide,
equalEqual,
equals,
getType,
greaterThan,
greaterThanOrEqual,
hashCode,
lessThan,
lessThanOrEqual,
multiply,
negate,
notEqual,
or,
remainder,
shiftLeft,
shiftRight,
subtract,
unsignedShiftRight,
v,
xor |
Methods inherited from class soot.jimple.Constant |
clone,
convertToBaf,
equivHashCode,
equivTo,
getUseBoxes,
toString |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public Type type
Method Detail |
public static DIntConstant v(int value, Type type)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |