static class ZbnfParser.LogParsing
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) StringFormatter |
line |
(package private) LogMessage |
logOut |
int |
mLogParse
Mask of logging activities, @since 2019-05
|
static int |
mLogParseCmpn
It logs on any component per one line.
|
static int |
mLogParseItem
It logs on any item per one line.
|
Constructor and Description |
---|
LogParsing(LogMessage logOut) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
reportParsing(java.lang.String sWhat,
int nReport,
ZbnfSyntaxPrescript syntax,
java.lang.String sReportParentComponents,
StringPartScan input,
int posInput,
int nRecursion,
boolean bOk) |
public int mLogParse
public static int mLogParseCmpn
public static int mLogParseItem
final StringFormatter line
final LogMessage logOut
LogParsing(LogMessage logOut)
void reportParsing(java.lang.String sWhat, int nReport, ZbnfSyntaxPrescript syntax, java.lang.String sReportParentComponents, StringPartScan input, int posInput, int nRecursion, boolean bOk)