LLDB mainline
Public Member Functions | Static Public Attributes | List of all members
lldb_private::ExpressionTypeSystemHelper Class Reference

"lldb/Expression/ExpressionTypeSystemHelper.h" A helper object that the Expression can pass to its ExpressionParser to provide generic information that any type of expression will need to supply. More...

#include <ExpressionTypeSystemHelper.h>

Inheritance diagram for lldb_private::ExpressionTypeSystemHelper:
Inheritance graph
[legend]

Public Member Functions

virtual ~ExpressionTypeSystemHelper ()=default
 

Static Public Attributes

static char ID
 LLVM RTTI support.
 

Detailed Description

"lldb/Expression/ExpressionTypeSystemHelper.h" A helper object that the Expression can pass to its ExpressionParser to provide generic information that any type of expression will need to supply.

It's only job is to support dyn_cast so that the expression parser can cast it back to the requisite specific type.

Definition at line 26 of file ExpressionTypeSystemHelper.h.

Constructor & Destructor Documentation

◆ ~ExpressionTypeSystemHelper()

virtual lldb_private::ExpressionTypeSystemHelper::~ExpressionTypeSystemHelper ( )
virtualdefault

Member Data Documentation

◆ ID

char ExpressionTypeSystemHelper::ID
static

LLVM RTTI support.

Definition at line 30 of file ExpressionTypeSystemHelper.h.


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