soot.dava.internal.javaRep
Class DIntConstant

java.lang.Object
  extended by soot.jimple.Constant
      extended by soot.jimple.NumericConstant
          extended by soot.jimple.ArithmeticConstant
              extended by soot.jimple.IntConstant
                  extended by soot.dava.internal.javaRep.DIntConstant
All Implemented Interfaces:
Serializable, EquivTo, Immediate, ConvertToBaf, Switchable, Value

public class DIntConstant
extends IntConstant

See Also:
Serialized Form

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

type

public Type type
Method Detail

v

public static DIntConstant v(int value,
                             Type type)

toString

public String toString()
Overrides:
toString in class IntConstant