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

CompilerRuntime.RuleResult Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
package CompilerRuntime;

import org.coreasm.engine.absstorage.Element;

public class RuleResult {
	public UpdateList updates;
	public Element value;
	
	public RuleResult(UpdateList updates, Element value){
		this.updates = updates;
		this.value = value;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy