Package org.stjs.generator.writer.names

Source Code of org.stjs.generator.writer.names.Names10

package org.stjs.generator.writer.names;

import org.stjs.javascript.functions.Callback0;

public class Names10 {

  public int method() {
    final Names10 that = this;
    new Callback0() {
      @Override
      public void $invoke() {
        that.method();
      }
    };
    return 1;
  }
}
TOP

Related Classes of org.stjs.generator.writer.names.Names10

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.