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

def.js.EvalError Maven / Gradle / Ivy

The newest version!
package def.js;
public class EvalError extends Error {
    public EvalError(java.lang.String message){}
    native public static EvalError applyStatic(java.lang.String message);
    public static EvalError prototype;
    public EvalError(){}
    native public static EvalError applyStatic();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy