package org.simantics.scl.compiler.elaboration.expressions; public interface VariableProcedure { void execute(long location, Variable variable); }