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

An operator node. For example: "lhs + rhs". More...

#include <ExpressionParser2Node.h>

Inherits gd::ExpressionNode.

Public Member Functions

 OperatorNode (gd::String::value_type op_)
 
virtual void Visit (ExpressionParser2NodeWorker &worker)
 

Public Attributes

std::unique_ptr< ExpressionNodeleftHandSide
 
std::unique_ptr< ExpressionNoderightHandSide
 
gd::String::value_type op
 
- Public Attributes inherited from gd::ExpressionNode
std::unique_ptr< ExpressionParserDiagnosticdiagnostic
 
ExpressionParserLocation location
 
ExpressionNodeparent
 

Detailed Description

An operator node. For example: "lhs + rhs".


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