| 1616 | Error parse(const String &p_source_code, const String &p_script_path, bool p_for_completion, bool p_parse_body = true); |
| 1617 | Error parse_binary(const Vector<uint8_t> &p_binary, const String &p_script_path); |
| 1618 | ClassNode *get_tree() const { return head; } |
| 1619 | bool is_tool() const { return _is_tool; } |
| 1620 | Ref<GDScriptParserRef> get_depended_parser_for(const String &p_path); |
| 1621 | const HashMap<String, Ref<GDScriptParserRef>> &get_depended_parsers(); |
no outgoing calls
no test coverage detected