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

An error that can be attached to a gd::ExpressionNode. More...

#include <ExpressionParser2Node.h>

Inherits gd::ExpressionParserDiagnostic.

Public Member Functions

 ExpressionParserError (const gd::String &type_, const gd::String &message_, const ExpressionParserLocation &location_)
 
 ExpressionParserError (const gd::String &type_, const gd::String &message_, size_t position_)
 
 ExpressionParserError (const gd::String &type_, const gd::String &message_, size_t startPosition_, size_t endPosition_)
 
bool IsError () override
 
const gd::StringGetMessage () override
 
size_t GetStartPosition () override
 
size_t GetEndPosition () override
 

Detailed Description

An error that can be attached to a gd::ExpressionNode.


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