Examples of ILuaObject


Examples of dan200.computercraft.api.lua.ILuaObject

    ClassMethodsList<IObjectMethodExecutor> adapted = manager.getAdapterClass(target.getClass());
    return wrap(adapted, target);
  }

  public static ILuaObject wrap(final ClassMethodsList<IObjectMethodExecutor> adapted, final Object target) {
    return new ILuaObject() {

      @Override
      public String[] getMethodNames() {
        return adapted.methodNames;
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.