GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | Public Attributes | List of all members
gd::EmptyNode Struct Reference

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< ExpressionParserDiagnosticdiagnostic
 
ExpressionParserLocation location
 
ExpressionNodeparent
 

Detailed Description

An empty node, used when parsing failed/a syntax error was encountered and any other node could not make sense.


The documentation for this struct was generated from the following file: