|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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
public class DIntConstant
Field Summary | |
---|---|
Type |
type
|
Fields inherited from class soot.jimple.IntConstant |
---|
value |
Method Summary | |
---|---|
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 String toString()
toString
in class IntConstant
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |