8081828384858687888990
try { final ExecutingVisitor visitor = new ExecutingVisitor(executor, environment); final ASTCommandLine root = parse(commandLine); return new CommandLine() { public Object execute() throws Exception { return root.jjtAccept(visitor, null); } }; }