|
LLVM 23.0.0git
|
A base class for schemas built on top of CAS nodes. More...
#include "llvm/CAS/CASNodeSchema.h"
Public Member Functions | |
| virtual bool | isRootNode (const cas::ObjectProxy &Node) const =0 |
| Check if Node is a root (entry node) for the schema. | |
| virtual bool | isNode (const cas::ObjectProxy &Node) const =0 |
| Check if Node is a node for the schema. | |
| virtual | ~NodeSchema ()=default |
| Public Member Functions inherited from llvm::RTTIExtends< NodeSchema, RTTIRoot > | |
| const void * | dynamicClassID () const override |
| bool | isA () const |
| Check whether this instance is a subclass of QueryT. | |
| Public Member Functions inherited from llvm::RTTIRoot | |
| virtual | ~RTTIRoot ()=default |
| virtual bool | isA (const void *const ClassID) const |
| Returns true if this class's ID matches the given class ID. | |
Public Attributes | |
| cas::ObjectStore & | CAS |
Static Public Attributes | |
| static char | ID = 0 |
Protected Member Functions | |
| NodeSchema (cas::ObjectStore &CAS) | |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::RTTIExtends< NodeSchema, RTTIRoot > | |
| static const void * | classID () |
| static bool | classof (const T *R) |
| Static Public Member Functions inherited from llvm::RTTIRoot | |
| static const void * | classID () |
| Returns the class ID for this type. | |
A base class for schemas built on top of CAS nodes.
Definition at line 21 of file CASNodeSchema.h.
|
inlineprotected |
Definition at line 39 of file CASNodeSchema.h.
References CAS.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
| cas::ObjectStore& llvm::cas::NodeSchema::CAS |
Definition at line 36 of file CASNodeSchema.h.
Referenced by NodeSchema().
|
static |
Definition at line 25 of file CASNodeSchema.h.