![]()  | 
  
    GDevelop Core
    
   Core library for developing platforms and tools compatible with GDevelop. 
   | 
 
An error that can be attached to a gd::ExpressionNode. More...
#include <ExpressionParser2Node.h>
Public Member Functions | |
| ExpressionParserError (gd::ExpressionParserError::ErrorType type_, const gd::String &message_, const ExpressionParserLocation &location_, const gd::String &actualValue_="", const gd::String &objectName_="") | |
| ExpressionParserError (gd::ExpressionParserError::ErrorType type_, const gd::String &message_, size_t position_) | |
| ExpressionParserError (gd::ExpressionParserError::ErrorType type_, const gd::String &message_, size_t startPosition_, size_t endPosition_) | |
| gd::ExpressionParserError::ErrorType | GetType () | 
| const gd::String & | GetMessage () | 
| const gd::String & | GetObjectName () | 
| const gd::String & | GetActualValue () | 
| size_t | GetStartPosition () | 
| size_t | GetEndPosition () | 
An error that can be attached to a gd::ExpressionNode.