souffle
2.0.2-371-g6315b36
|
Unary node represents interpreter node with a single child. More...
#include <Node.h>
Public Member Functions | |
const Node * | getChild () const |
UnaryNode (enum NodeType ty, const ram::Node *sdw, Own< Node > child, RelationHandle *relHandle=nullptr) | |
Public Member Functions inherited from souffle::interpreter::Node | |
RelationWrapper * | getRelation () const |
get relation from handle More... | |
const ram::Node * | getShadow () const |
get shadow node, i.e., RAM node More... | |
enum NodeType | getType () const |
get node type More... | |
Node (enum NodeType ty, const ram::Node *sdw, RelationHandle *relHandle=nullptr) | |
virtual | ~Node ()=default |
Protected Attributes | |
Own< Node > | child |
Protected Attributes inherited from souffle::interpreter::Node | |
RelationHandle *const | relHandle |
const ram::Node * | shadow |
enum NodeType | type |
Additional Inherited Members | |
Public Types inherited from souffle::interpreter::Node | |
using | RelationHandle = Own< RelationWrapper > |
|
inline |
Definition at line 240 of file Node.h.
Referenced by souffle::interpreter::ExistenceCheck::getRelationName(), and souffle::interpreter::ProvenanceExistenceCheck::ProvenanceExistenceCheck().
|
inline |
Definition at line 248 of file Node.h.
Referenced by souffle::interpreter::ExistenceCheck::getRelationName().