#include <ShTokenizer.hpp>
Collaboration diagram for SH::ShTokenArgument:
Public Member Functions | |
ShTokenArgument (const ShVariable &result, const ShBlockListPtr &blockList) | |
Public Attributes | |
ShVariable | result |
Contains the value of the argument. | |
ShBlockListPtr | blockList |
Specifies how result is computed. |
Each argument consists of a result variable, containing the value of the argument, and a block list describing how that value is to be computed
Definition at line 48 of file ShTokenizer.hpp.