LLDB mainline
Public Member Functions | Static Public Member Functions | List of all members
lldb_private::postfix::InitialValueNode Class Reference

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

#include <PostfixExpression.h>

Inheritance diagram for lldb_private::postfix::InitialValueNode:
Inheritance graph
[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

Definition at line 81 of file PostfixExpression.h.

Member Function Documentation

◆ classof()

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

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