Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Attributes | List of all members
ParserError Struct Reference

#include <ored/scripting/scriptparser.hpp>

+ Collaboration diagram for ParserError:

Public Attributes

std::string remainingInput
 
LocationInfo stoppedParsingAt
 
std::string expectedWhat
 
LocationInfo expectedWhere
 
std::string scriptCurrentLine
 
std::string scriptContext
 
Size errorPos
 

Detailed Description

Definition at line 33 of file scriptparser.hpp.

Member Data Documentation

◆ remainingInput

std::string remainingInput

Definition at line 35 of file scriptparser.hpp.

◆ stoppedParsingAt

LocationInfo stoppedParsingAt

Definition at line 36 of file scriptparser.hpp.

◆ expectedWhat

std::string expectedWhat

Definition at line 38 of file scriptparser.hpp.

◆ expectedWhere

LocationInfo expectedWhere

Definition at line 39 of file scriptparser.hpp.

◆ scriptCurrentLine

std::string scriptCurrentLine

Definition at line 40 of file scriptparser.hpp.

◆ scriptContext

std::string scriptContext

Definition at line 41 of file scriptparser.hpp.

◆ errorPos

Size errorPos

Definition at line 42 of file scriptparser.hpp.