KiCad PCB EDA Suite
|
#include <libeval_compiler.h>
Public Attributes | |
bool | pendingError = false |
COMPILATION_STAGE | stage |
wxString | message |
int | srcPos |
Definition at line 73 of file libeval_compiler.h.
wxString LIBEVAL::ERROR_STATUS::message |
Definition at line 78 of file libeval_compiler.h.
Referenced by LIBEVAL::COMPILER::reportError(), and testEvalExpr().
bool LIBEVAL::ERROR_STATUS::pendingError = false |
Definition at line 75 of file libeval_compiler.h.
Referenced by LIBEVAL::COMPILER::Compile(), LIBEVAL::COMPILER::COMPILER(), PCBEXPR_EVALUATOR::IsErrorPending(), and LIBEVAL::COMPILER::reportError().
int LIBEVAL::ERROR_STATUS::srcPos |
Definition at line 79 of file libeval_compiler.h.
Referenced by LIBEVAL::COMPILER::reportError(), and testEvalExpr().
COMPILATION_STAGE LIBEVAL::ERROR_STATUS::stage |
Definition at line 77 of file libeval_compiler.h.
Referenced by LIBEVAL::COMPILER::reportError().