slcom/slangc/bytecode/Visitor.sauce

6 lines
76 B
Plaintext
Raw Permalink Normal View History

package slangc.bytecode;
public interface Visitor {
void finish();
}