Package xscript.runtime.nativemethod

Examples of xscript.runtime.nativemethod.XNativeProvider


  private XThreadProvider threadProvider;

  public XVirtualMachine(XClassLoader standartClassLoader, int memSize){
    classProvider = createClassProvider();
    objectProvider = new XObjectProvider(this, memSize);
    nativeProvider = new XNativeProvider(this);
    threadProvider = new XThreadProvider(this);
    classProvider.addClassLoader(standartClassLoader);
  }
View Full Code Here

TOP

Related Classes of xscript.runtime.nativemethod.XNativeProvider

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.