|
LLDB mainline
|
The base class for all nodes in the parsed postfix tree. More...
#include <PostfixExpression.h>
Public Types | |
| enum | Kind { BinaryOp , InitialValue , Integer , Register , Symbol , UnaryOp } |
Public Member Functions | |
| Kind | GetKind () const |
Protected Member Functions | |
| Node (Kind kind) | |
Private Attributes | |
| Kind | m_kind |
The base class for all nodes in the parsed postfix tree.
Definition at line 29 of file PostfixExpression.h.
| Enumerator | |
|---|---|
| BinaryOp | |
| InitialValue | |
| Integer | |
| Register | |
| Symbol | |
| UnaryOp | |
Definition at line 31 of file PostfixExpression.h.
|
inlineprotected |
Definition at line 41 of file PostfixExpression.h.
References m_kind.
Referenced by lldb_private::postfix::BinaryOpNode::BinaryOpNode(), lldb_private::postfix::BinaryOpNode::classof(), lldb_private::postfix::InitialValueNode::classof(), lldb_private::postfix::IntegerNode::classof(), lldb_private::postfix::RegisterNode::classof(), lldb_private::postfix::SymbolNode::classof(), lldb_private::postfix::UnaryOpNode::classof(), lldb_private::postfix::InitialValueNode::InitialValueNode(), lldb_private::postfix::IntegerNode::IntegerNode(), lldb_private::postfix::BinaryOpNode::Left(), lldb_private::postfix::BinaryOpNode::Left(), lldb_private::postfix::UnaryOpNode::Operand(), lldb_private::postfix::UnaryOpNode::Operand(), lldb_private::postfix::RegisterNode::RegisterNode(), lldb_private::postfix::BinaryOpNode::Right(), lldb_private::postfix::BinaryOpNode::Right(), lldb_private::postfix::SymbolNode::SymbolNode(), and lldb_private::postfix::UnaryOpNode::UnaryOpNode().
|
inline |
Definition at line 44 of file PostfixExpression.h.
References m_kind.
Referenced by lldb_private::postfix::BinaryOpNode::classof(), lldb_private::postfix::InitialValueNode::classof(), lldb_private::postfix::IntegerNode::classof(), lldb_private::postfix::RegisterNode::classof(), lldb_private::postfix::SymbolNode::classof(), lldb_private::postfix::UnaryOpNode::classof(), and lldb_private::postfix::Visitor< ResultT >::Dispatch().
|
private |
Definition at line 47 of file PostfixExpression.h.