| Package | Description |
|---|---|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleConstant
Floating point constant with double precision.
|
class |
FloatConstant
Floating point constant with single precision.
|
| Modifier and Type | Method and Description |
|---|---|
IntConstant |
FloatConstant.cmpg(RealConstant constant) |
IntConstant |
DoubleConstant.cmpg(RealConstant constant) |
abstract IntConstant |
RealConstant.cmpg(RealConstant constant)
Performs the indicated floating point comparison.
|
IntConstant |
FloatConstant.cmpl(RealConstant constant) |
IntConstant |
DoubleConstant.cmpl(RealConstant constant) |
abstract IntConstant |
RealConstant.cmpl(RealConstant constant)
Performs the indicated floating point comparison.
|
Copyright © 2020 Soot OSS. All rights reserved.