Package zz.jinterp.JClass

Examples of zz.jinterp.JClass.Invocable


    return false;
  }

  public static void addDefaultCtor(JClass aTarget)
  {
    aTarget.putBehavior("<init>", "()V", 0, new Invocable()
    {
      @Override
      public JObject invoke(JFrame aParentFrame, JObject aTarget, JObject... aArgs)
      {
        return JPrimitive.VOID;
View Full Code Here

TOP

Related Classes of zz.jinterp.JClass.Invocable

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.