All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.tools.script.gen.JsMethod Maven / Gradle / Ivy

package js.tools.script.gen;

/**
 * Script class method.
 * 
 * @author Iulian Rotaru
 * @since 1.0
 */
public interface JsMethod
{
  void setMethodName(String methodName);

  void setReturnType(String returnType);

  void addParameter(String parameterType, String parameterName);

  void addExceptionType(String exceptionType);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy