public class GenerateOperatorArrays extends Object
info.bliki.wiki.template.expr.operator.ASTNodeFactory's HEADER_STRINGS, OPERATOR_STRINGS, OPERATORS
arrays from the operators.txt textfile description| Constructor and Description |
|---|
GenerateOperatorArrays() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generateOperatorTable(InputStream is,
HashMap<String,Operator> operatorMap,
HashMap<String,ArrayList<Operator>> operatorTokenStartSet) |
static void |
main(String[] args)
Utility for generating source codes for the
ASTNodeFactory's HEADER_STRINGS, OPERATOR_STRINGS, OPERATORS
arrays from an operator's text file description |
public static void main(String[] args)
ASTNodeFactory's HEADER_STRINGS, OPERATOR_STRINGS, OPERATORS
arrays from an operator's text file descriptionargs - if args.length==0 take the default
/opertors.txt file for generating the arrays; if
args.length>=1 the arg[0] parameters
should contain the complete filename of the operator's description
fileCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.