GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
An empty node, used when parsing failed/a syntax error was encountered and any other node could not make sense. More...
#include <ExpressionParser2Node.h>
Inherits gd::FunctionCallOrObjectFunctionNameOrEmptyNode.
Public Member Functions | |
EmptyNode (const gd::String &text_="") | |
virtual void | Visit (ExpressionParser2NodeWorker &worker) |
Public Attributes | |
gd::String | text |
Public Attributes inherited from gd::ExpressionNode | |
std::unique_ptr< ExpressionParserError > | diagnostic |
ExpressionParserLocation | location |
ExpressionNode * | parent |
An empty node, used when parsing failed/a syntax error was encountered and any other node could not make sense.