(ByteBuffer buffer, BHeader header, LFunctionParseState s)
| 73 | abstract public List<Directive> get_directives(); |
| 74 | |
| 75 | abstract protected void parse_main(ByteBuffer buffer, BHeader header, LFunctionParseState s); |
| 76 | |
| 77 | protected void parse_code(ByteBuffer buffer, BHeader header, LFunctionParseState s) { |
| 78 | if(header.debug) { |