| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Field and Description |
|---|---|
protected Problem.Kind |
Problem.kind |
static Problem.Kind |
Problem.Kind.LEXICAL |
static Problem.Kind |
Problem.Kind.OTHER |
static Problem.Kind |
Problem.Kind.SEMANTIC |
static Problem.Kind |
Problem.Kind.SYNTACTIC |
| Modifier and Type | Method and Description |
|---|---|
Problem.Kind |
Problem.kind() |
| Constructor and Description |
|---|
Problem(String fileName,
String message,
int line,
int column,
int endLine,
int endColumn,
Problem.Severity severity,
Problem.Kind kind) |
Problem(String fileName,
String message,
int line,
int column,
Problem.Severity severity,
Problem.Kind kind) |
Problem(String fileName,
String message,
int line,
Problem.Severity severity,
Problem.Kind kind) |
Copyright © 2020 Soot OSS. All rights reserved.