3637383940414243
protected Application application; JangodInterpreter interpreter; public Processor(Application application) { this.application = application; context = new Context(application); interpreter = new JangodInterpreter(context); }