if (this.parserautomaton!=null)
this.lexer.setLexicalHandler(this.parser);
else
this.lexer.setLexicalHandler(this.lexicaladapter);
}*/
this.parser = new GeneralParserProcessor();
this.parser.setLog(log);
this.parser.setParserAutomaton(this.parserautomaton);
Properties format = new Properties();