protected static class Zbnf2Xml.Args
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
additionalSemantic |
boolean |
checknew
If true then executes parsing only if the output file does not exist or the input is newer.
|
java.nio.charset.Charset |
encoding
Encoding given from cmdline argument -x, -y or -z
|
(package private) ZbnfParser.Args |
parserArgs |
java.lang.String |
sFileIn
Cmdline-argument, set on -i option.
|
java.lang.String |
sFileSyntax
Cmdline-argument, set on -s option.
|
java.lang.String |
sFileXmlOut
Cmdline-argument, set on -x, -y -z option.
|
int |
xmlWrMode |
int |
xmlWrModeSet |
Modifier | Constructor and Description |
---|---|
protected |
Args() |
Modifier and Type | Method and Description |
---|---|
void |
setInput(java.lang.String val) |
ZbnfParser.Args parserArgs
public java.lang.String sFileIn
public java.lang.String sFileSyntax
public int xmlWrMode
public int xmlWrModeSet
public java.lang.String sFileXmlOut
public boolean checknew
public java.nio.charset.Charset encoding
public java.util.List<java.lang.String> additionalSemantic