| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.spark.builder | |
| soot.jimple.spark.ondemand | |
| soot.jimple.spark.pag | |
| soot.jimple.spark.sets | |
| soot.jimple.toolkits.pointer | |
| soot.sootify | |
| soot.toDex | |
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
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.fromType(Type tp) |
static ClassConstant |
ClassConstant.v(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantSwitch.caseClassConstant(ClassConstant v) |
void |
AbstractConstantSwitch.caseClassConstant(ClassConstant v) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNodeFactory.caseClassConstant(ClassConstant cc) |
| Modifier and Type | Method and Description |
|---|---|
Set<ClassConstant> |
AllocAndContextSet.possibleClassConstants() |
Set<ClassConstant> |
LazyContextSensitivePointsToSet.possibleClassConstants() |
Set<ClassConstant> |
WrappedPointsToSet.possibleClassConstants() |
| Modifier and Type | Method and Description |
|---|---|
ClassConstant |
ClassConstantNode.getClassConstant() |
| Modifier and Type | Method and Description |
|---|---|
AllocNode |
PAG.makeClassConstantNode(ClassConstant cc) |
| Modifier and Type | Method and Description |
|---|---|
Set<ClassConstant> |
PointsToSetEqualsWrapper.possibleClassConstants() |
Set<ClassConstant> |
EmptyPointsToSet.possibleClassConstants() |
Set<ClassConstant> |
PointsToSetInternal.possibleClassConstants() |
| Modifier and Type | Method and Description |
|---|---|
Set<ClassConstant> |
FullObjectSet.possibleClassConstants() |
Set<ClassConstant> |
Union.possibleClassConstants() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseClassConstant(ClassConstant v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantVisitor.caseClassConstant(ClassConstant c) |
| Modifier and Type | Method and Description |
|---|---|
void |
StmtVisitor.preAllocateMonitorConsts(Set<ClassConstant> monitorConsts)
Pre-allocates and locks registers for the constants used in monitor expressions
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseClassConstant(ClassConstant c) |
Copyright © 2020 Soot OSS. All rights reserved.