soot.dava.internal.javaRep
Class DIntConstant

java.lang.Object
  extended bysoot.jimple.Constant
      extended bysoot.jimple.NumericConstant
          extended bysoot.jimple.ArithmeticConstant
              extended bysoot.jimple.IntConstant
                  extended bysoot.dava.internal.javaRep.DIntConstant
All Implemented Interfaces:
ConvertToBaf, EquivTo, Immediate, Serializable, 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