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

org.ssssssss.script.parsing.ast.VariableSetter Maven / Gradle / Ivy

The newest version!
package org.ssssssss.script.parsing.ast;

import org.ssssssss.script.compile.MagicScriptCompiler;

public interface VariableSetter {

	default void compile_visit_variable(MagicScriptCompiler compiler) {
		throw new UnsupportedOperationException("暂不支持编译" + this.getClass().getSimpleName());
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy