|
|||||||||
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
Constructor Summary | |
ArithmeticConstant()
|
Method Summary | |
abstract ArithmeticConstant |
and(ArithmeticConstant c)
|
abstract ArithmeticConstant |
or(ArithmeticConstant c)
|
abstract ArithmeticConstant |
shiftLeft(ArithmeticConstant c)
|
abstract ArithmeticConstant |
shiftRight(ArithmeticConstant c)
|
abstract ArithmeticConstant |
unsignedShiftRight(ArithmeticConstant c)
|
abstract ArithmeticConstant |
xor(ArithmeticConstant c)
|
Methods inherited from class soot.jimple.NumericConstant |
add, divide, equalEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, multiply, negate, notEqual, remainder, subtract |
Methods inherited from class soot.jimple.Constant |
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface soot.Value |
getType |
Methods inherited from interface soot.util.Switchable |
apply |
Constructor Detail |
public ArithmeticConstant()
Method Detail |
public abstract ArithmeticConstant and(ArithmeticConstant c)
public abstract ArithmeticConstant or(ArithmeticConstant c)
public abstract ArithmeticConstant xor(ArithmeticConstant c)
public abstract ArithmeticConstant shiftLeft(ArithmeticConstant c)
public abstract ArithmeticConstant shiftRight(ArithmeticConstant c)
public abstract ArithmeticConstant unsignedShiftRight(ArithmeticConstant c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |