webit.script.core.ast.method.MethodDeclare Maven / Gradle / Ivy
// Copyright (c) 2013, Webit Team. All Rights Reserved.
package webit.script.core.ast.method;
import webit.script.Context;
/**
*
* @author Zqq
*/
public interface MethodDeclare{
Object invoke(Context context, Object[] args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy