| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.cache.LoadingCache<String,SourceLocator.ClassSourceType> |
SourceLocator.pathToSourceType |
| Modifier and Type | Method and Description |
|---|---|
protected SourceLocator.ClassSourceType |
ModulePathSourceLocator.getClassSourceType(String path) |
protected SourceLocator.ClassSourceType |
SourceLocator.getClassSourceType(String path) |
static SourceLocator.ClassSourceType |
SourceLocator.ClassSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceLocator.ClassSourceType[] |
SourceLocator.ClassSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 Soot OSS. All rights reserved.