public interface ProcessingStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
KIND_DEBUG |
static int |
KIND_ERROR |
static int |
KIND_FATAL |
static int |
KIND_INFO |
static int |
KIND_WARN |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String info) |
boolean |
isAnalysisMode() |
boolean |
isDebugMode() |
void |
report(int kind,
String message,
SourceElement... anchors) |
void |
report(ParserConflict conflict) |
void |
report(String message,
Throwable th) |
static final int KIND_FATAL
static final int KIND_ERROR
static final int KIND_WARN
static final int KIND_INFO
static final int KIND_DEBUG
void report(int kind,
String message,
SourceElement... anchors)
void report(ParserConflict conflict)
void debug(String info)
boolean isDebugMode()
boolean isAnalysisMode()
Copyright © 2014. All rights reserved.