iv::Pratt::Value Struct Reference
#include <Pratt.hpp>
Public Member Functions | |
| virtual const Value * | ToValue () const override |
Public Member Functions inherited from iv::Pratt::Expression | |
| virtual | ~Expression () |
| virtual const Unary * | ToUnary () const |
| virtual const Binary * | ToBinary () const |
Public Attributes | |
| Lex::Token | token |
| std::string | token_str |
Public Attributes inherited from iv::Pratt::Expression | |
| int | line |
| int | column |
| int | name |
Detailed Description
Member Function Documentation
◆ ToValue()
|
inlineoverridevirtual |
Reimplemented from iv::Pratt::Expression.
Member Data Documentation
◆ token
| Lex::Token iv::Pratt::Value::token |
◆ token_str
The documentation for this struct was generated from the following file:
- ivorium_core/Parsing/Pratt.hpp

Public Member Functions inherited from 