|
|||||||||
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.RealConstant
Constructor Summary | |
RealConstant()
|
Method Summary | |
abstract IntConstant |
cmpg(RealConstant c)
|
abstract IntConstant |
cmpl(RealConstant 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 |
Constructor Detail |
public RealConstant()
Method Detail |
public abstract IntConstant cmpl(RealConstant c)
public abstract IntConstant cmpg(RealConstant c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |