LLDB mainline
|
A node representing an integer literal. More...
#include <PostfixExpression.h>
Public Member Functions | |
IntegerNode (int64_t value) | |
int64_t | GetValue () const |
Public Member Functions inherited from lldb_private::postfix::Node | |
Kind | GetKind () const |
Static Public Member Functions | |
static bool | classof (const Node *node) |
Private Attributes | |
int64_t | m_value |
Additional Inherited Members | |
Public Types inherited from lldb_private::postfix::Node | |
enum | Kind { BinaryOp , InitialValue , Integer , Register , Symbol , UnaryOp } |
Protected Member Functions inherited from lldb_private::postfix::Node | |
Node (Kind kind) | |
A node representing an integer literal.
Definition at line 89 of file PostfixExpression.h.
|
inline |
Definition at line 91 of file PostfixExpression.h.
|
inlinestatic |
Definition at line 95 of file PostfixExpression.h.
References lldb_private::postfix::Node::GetKind(), and lldb_private::postfix::Node::Integer.
|
inline |
Definition at line 93 of file PostfixExpression.h.
References m_value.
|
private |
Definition at line 98 of file PostfixExpression.h.
Referenced by GetValue().