|
topazc
|
Base class of literal. More...
#include <ast.hpp>


Public Member Functions | |
| Literal (Type t, Value v, uint32_t l) | |
| ~Literal () override=default | |
| Public Member Functions inherited from AST::Expr | |
| Expr (uint32_t l) | |
| virtual | ~Expr ()=default |
Public Attributes | |
| Type | type |
| Value | value |
| Public Attributes inherited from AST::Expr | |
| uint32_t | line |
|
overridedefault |