LLDB mainline
lldb_private::postfix::InitialValueNode Class Reference

A node representing the canonical frame address. More...

#include <PostfixExpression.h>

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

Public Member Functions

 InitialValueNode ()
Public Member Functions inherited from lldb_private::postfix::Node
Kind GetKind () const

Static Public Member Functions

static bool classof (const Node *node)

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)

Detailed Description

A node representing the canonical frame address.

Definition at line 79 of file PostfixExpression.h.

Constructor & Destructor Documentation

◆ InitialValueNode()

lldb_private::postfix::InitialValueNode::InitialValueNode ( )
inline

Member Function Documentation

◆ classof()

bool lldb_private::postfix::InitialValueNode::classof ( const Node * node)
inlinestatic

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