Package net.asfun.jangod.base

Examples of net.asfun.jangod.base.Context


  protected Application application;
  JangodInterpreter interpreter;
 
  public Processor(Application application) {
    this.application = application;
    context = new Context(application);
    interpreter = new JangodInterpreter(context);
  }
View Full Code Here

TOP

Related Classes of net.asfun.jangod.base.Context

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.