package org.simantics.scl.compiler.internal.codegen.utils; public interface Printable { void toString(PrintingContext context); }