Package org.persvr.data

Examples of org.persvr.data.Method


import org.persvr.data.GlobalData;
import org.persvr.data.Method;

public class PersevereNativeFunction extends BaseFunction {
  public PersevereNativeFunction(String name){
    method = new Method(name);
    ScriptRuntime.setObjectProtoAndParent(this, GlobalData.getGlobalScope());
  }
View Full Code Here

TOP

Related Classes of org.persvr.data.Method

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.