| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnitPrinter.constant(Constant c) |
void |
AbstractUnitPrinter.constant(Constant c) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArithmeticConstant |
class |
ClassConstant |
class |
DoubleConstant |
class |
FloatConstant |
class |
IntConstant |
class |
LongConstant |
class |
NullConstant |
class |
NumericConstant |
class |
RealConstant |
class |
StringConstant |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
PointerStmtSwitch.caseAssignConstStmt(Value dest,
Constant c)
A statement of the form l = constant;
|
protected void |
PointerStmtSwitch.caseReturnConstStmt(Constant val)
A return statement returning a constant.
|
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.