Class: Axiom::Adapter::Arango::Visitor::Static

Inherits:
Axiom::Adapter::Arango::Visitor show all
Defined in:
lib/axiom/adapter/arango/visitor/function.rb

Overview

Base class for visitors with static root

Direct Known Subclasses

Contradiction, Tautology

Defined Under Namespace

Classes: Contradiction, Tautology

Constant Summary

Constants inherited from Axiom::Adapter::Arango::Visitor

REGISTRY

Instance Method Summary collapse

Methods inherited from Axiom::Adapter::Arango::Visitor

build, run

Instance Method Details

#rootAQL::Node

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return root node

Returns:

  • (AQL::Node)


14
15
16
# File 'lib/axiom/adapter/arango/visitor/function.rb', line 14

def root
  self.class::ROOT
end