LLDB mainline
lldb_private::postfix::Node Class Reference

The base class for all nodes in the parsed postfix tree. More...

#include <PostfixExpression.h>

Inheritance diagram for lldb_private::postfix::Node:
[legend]

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

Detailed Description

The base class for all nodes in the parsed postfix tree.

Definition at line 29 of file PostfixExpression.h.

Member Enumeration Documentation

◆ Kind

Enumerator
BinaryOp 
InitialValue 
Integer 
Register 
Symbol 
UnaryOp 

Definition at line 31 of file PostfixExpression.h.

Constructor & Destructor Documentation

◆ Node()

Member Function Documentation

◆ GetKind()

Member Data Documentation

◆ m_kind

Kind lldb_private::postfix::Node::m_kind
private

Definition at line 47 of file PostfixExpression.h.

Referenced by GetKind(), and Node().


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