22 #include "CBot/CBotInstr/CBotInstr.h" 61 virtual const std::string
GetDebugName()
override {
return "CBotDefString"; }
62 virtual std::map<std::string, CBotInstr*>
GetDebugLinks()
override;
Class for one CBot instruction.
Definition: CBotInstr.h:86
The execution stack.
Definition: CBotStack.h:44
virtual const std::string GetDebugName() override
Returns the name of this class.
Definition: CBotDefString.h:61
virtual std::map< std::string, CBotInstr * > GetDebugLinks() override
Definition: CBotDefString.cpp:181
bool Execute(CBotStack *&pj) override
Execute Executes the definition of the string variable.
Definition: CBotDefString.cpp:138
The CBotCStack class Management of the stack of compilation.
Definition: CBotCStack.h:35
static CBotInstr * Compile(CBotToken *&p, CBotCStack *pStack, bool cont=false, bool noskip=false)
Compile.
Definition: CBotDefString.cpp:49
void RestoreState(CBotStack *&pj, bool bMain) override
RestoreState.
Definition: CBotDefString.cpp:159
CBot engine.
Definition: CBotCallMethode.cpp:28
Definition of a string variable - string a, b = "text";.
Definition: CBotDefString.h:30
Class representing one token of a program.
Definition: CBotToken.h:80