package slangc.bytecode; public interface SystemVisitor extends Visitor { TypeVisitor visitType(TypeSignature signature); }