topazc
AST::LongLiteral Class Reference

Long literal. More...

#include <ast.hpp>

Inheritance diagram for AST::LongLiteral:
Collaboration diagram for AST::LongLiteral:

Public Member Functions

 LongLiteral (int64_t v, uint32_t l)
 ~LongLiteral () override=default
Public Member Functions inherited from AST::Literal
 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

Additional Inherited Members

Public Attributes inherited from AST::Literal
Type type
Value value
Public Attributes inherited from AST::Expr
uint32_t line

Detailed Description

Long literal.

Definition at line 181 of file ast.hpp.

Constructor & Destructor Documentation

◆ LongLiteral()

AST::LongLiteral::LongLiteral ( int64_t v,
uint32_t l )
inline

Definition at line 183 of file ast.hpp.

Here is the call graph for this function:

◆ ~LongLiteral()

AST::LongLiteral::~LongLiteral ( )
overridedefault

The documentation for this class was generated from the following file:
  • /mnt/disk_ext4_0/topazlang/include/parser/ast.hpp