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

Inherits gd::ExpressionNode.

Public Member Functions

 SubExpressionNode (std::unique_ptr< ExpressionNode > expression_)
 
virtual void Visit (ExpressionParser2NodeWorker &worker)
 

Public Attributes

std::unique_ptr< ExpressionNodeexpression
 
- Public Attributes inherited from gd::ExpressionNode
std::unique_ptr< ExpressionParserDiagnosticdiagnostic
 
ExpressionParserLocation location
 
ExpressionNodeparent
 

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