LLDB mainline
Public Types | Public Member Functions | Protected Member Functions | Private Attributes | List of all members
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:
Inheritance graph
[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()

lldb_private::postfix::Node::Node ( Kind  kind)
inlineprotected

Definition at line 41 of file PostfixExpression.h.

Member Function Documentation

◆ GetKind()

Kind lldb_private::postfix::Node::GetKind ( ) const
inline

Member Data Documentation

◆ m_kind

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

Definition at line 47 of file PostfixExpression.h.

Referenced by GetKind().


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