| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.toolkits.pointer | |
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ClassConstant> |
PointsToSet.possibleClassConstants()
If this points-to set consists entirely of objects of
type java.lang.Class of a known class,
returns a set of ClassConstant's that are these classes.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassConstant |
ClassConstant.v(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantSwitch.caseClassConstant(ClassConstant v) |
void |
AbstractJimpleValueSwitch.caseClassConstant(ClassConstant v) |
void |
AbstractConstantSwitch.caseClassConstant(ClassConstant v) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ClassConstant> |
Union.possibleClassConstants() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseClassConstant(ClassConstant c) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.