nw::script::BlockStatement
-
struct BlockStatement : public nw::script::Statement
Public Functions
-
inline BlockStatement(MemoryResource *allocator)
-
BlockStatement(BlockStatement&) = delete
-
BlockStatement &operator=(const BlockStatement&) = delete
-
virtual void accept(BaseVisitor *visitor) = 0
-
virtual void complete(const String &needle, Vector<const Declaration*> &out, bool no_filter = false) const
Find completions for this Ast Node
Note
This function does not traverse dependencies
-
inline BlockStatement(MemoryResource *allocator)