protected static class Zbnf2Xml.Args
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<java.lang.String> | additionalSemantic | 
| boolean | checknewIf true then executes parsing only if the output file does not exist or the input is newer. | 
| java.nio.charset.Charset | encodingEncoding given from cmdline argument -x, -y or -z | 
| (package private) ZbnfParser.Args | parserArgs | 
| java.lang.String | sFileInCmdline-argument, set on -i option. | 
| java.lang.String | sFileSyntaxCmdline-argument, set on -s option. | 
| java.lang.String | sFileXmlOutCmdline-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