Jean-Baptiste Queru | 9660d30 | 2009-05-20 11:28:04 -0700 | [diff] [blame] | 1 | |
2 | public interface CodeEmitter { | ||||
3 | |||||
4 | void setVersion(int version, boolean ext, boolean pack); | ||||
5 | void emitCode(CFunc cfunc, String original); | ||||
6 | void addNativeRegistration(String fname); | ||||
7 | void emitNativeRegistration(); | ||||
8 | } |