v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::IntegerLiteralExpression Struct Reference

#include <ast.h>

Inheritance diagram for v8::internal::torque::IntegerLiteralExpression:
Collaboration diagram for v8::internal::torque::IntegerLiteralExpression:

Public Member Functions

 IntegerLiteralExpression (SourcePosition pos, IntegerLiteral value)
 
void VisitAllSubExpressions (VisitCallback callback) override
 
- Public Member Functions inherited from v8::internal::torque::Expression
 Expression (Kind kind, SourcePosition pos)
 
- Public Member Functions inherited from v8::internal::torque::AstNode
 AstNode (Kind kind, SourcePosition pos)
 
virtual ~AstNode ()=default
 

Public Attributes

IntegerLiteral value
 
- Public Attributes inherited from v8::internal::torque::AstNode
const Kind kind
 
SourcePosition pos
 

Additional Inherited Members

- Public Types inherited from v8::internal::torque::Expression
using VisitCallback = std::function<void(Expression*)>
 
- Public Types inherited from v8::internal::torque::AstNode
enum class  Kind { ENUM_ITEM }
 

Detailed Description

Definition at line 468 of file ast.h.

Constructor & Destructor Documentation

◆ IntegerLiteralExpression()

v8::internal::torque::IntegerLiteralExpression::IntegerLiteralExpression ( SourcePosition pos,
IntegerLiteral value )
inline

Definition at line 470 of file ast.h.

Member Function Documentation

◆ VisitAllSubExpressions()

void v8::internal::torque::IntegerLiteralExpression::VisitAllSubExpressions ( VisitCallback callback)
inlineoverridevirtual

Reimplemented from v8::internal::torque::Expression.

Definition at line 473 of file ast.h.

Member Data Documentation

◆ value

IntegerLiteral v8::internal::torque::IntegerLiteralExpression::value

Definition at line 477 of file ast.h.


The documentation for this struct was generated from the following file: