#include <L1GtLogicParser.h>
Public Attributes | |
std::string | tokenName |
int | tokenNumber |
bool | tokenResult |
Definition at line 36 of file L1GtLogicParser.h.
std::string L1GtLogicParser::OperandToken::tokenName |
Definition at line 38 of file L1GtLogicParser.h.
Referenced by L1GtLogicParser::buildOperandTokenVector(), L1GtLogicParser::buildOperandTokenVectorNumExp(), L1GtAlgorithmEvaluation::evaluateAlgorithm(), and L1GtLogicParser::expressionSeedsOperandList().
int L1GtLogicParser::OperandToken::tokenNumber |
Definition at line 39 of file L1GtLogicParser.h.
Referenced by L1GtLogicParser::buildOperandTokenVector(), L1GtLogicParser::buildOperandTokenVectorNumExp(), L1GtAlgorithmEvaluation::evaluateAlgorithm(), and L1GtLogicParser::expressionSeedsOperandList().
bool L1GtLogicParser::OperandToken::tokenResult |
Definition at line 40 of file L1GtLogicParser.h.
Referenced by L1GtLogicParser::buildOperandTokenVector(), L1GtLogicParser::buildOperandTokenVectorNumExp(), L1GtAlgorithmEvaluation::evaluateAlgorithm(), and L1GtLogicParser::expressionSeedsOperandList().