soot.dava.internal.javaRep
Class DIntConstant

java.lang.Object
  |
  +--soot.jimple.Constant
        |
        +--soot.jimple.NumericConstant
              |
              +--soot.jimple.ArithmeticConstant
                    |
                    +--soot.jimple.IntConstant
                          |
                          +--soot.dava.internal.javaRep.DIntConstant

public class DIntConstant
extends IntConstant

See Also:
Serialized Form

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

type

public Type type
Method Detail

v

public static DIntConstant v(int value,
                             Type type)

toString

public java.lang.String toString()
Overrides:
toString in class IntConstant