| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.common |
| Modifier and Type | Field and Description |
|---|---|
EvidenceKind |
Evidence.kind
Evidence type code.
|
| Modifier and Type | Method and Description |
|---|---|
static EvidenceKind |
EvidenceKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvidenceKind[] |
EvidenceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Evidence(EvidenceKind kind,
String message) |
Evidence(EvidenceKind kind,
String message,
List<SourceAnchor> anchors) |