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