| Package | Description |
|---|---|
| de.tum.in.ase.parser.domain | |
| de.tum.in.ase.parser.strategy |
| Modifier and Type | Method and Description |
|---|---|
StaticCodeAnalysisTool |
Report.getTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
Report.setTool(StaticCodeAnalysisTool tool) |
| Constructor and Description |
|---|
Report(StaticCodeAnalysisTool tool) |
| Modifier and Type | Method and Description |
|---|---|
static StaticCodeAnalysisTool |
StaticCodeAnalysisTool.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StaticCodeAnalysisTool[] |
StaticCodeAnalysisTool.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<StaticCodeAnalysisTool> |
StaticCodeAnalysisTool.getToolByIdentifierTag(String identifierTag)
Finds a tool by its identifying tag (unique element name for the specific report)
|
Copyright © 2020. All rights reserved.