Module: ActiverecordCallbackLens::Parser::ConditionTree

Defined in:
lib/activerecord_callback_lens/parser/condition_tree.rb

Overview

The ConditionTree is the parsed, logical representation of a callback’s if/unless conditions. Every node is an immutable Data type.

Defined Under Namespace

Classes: AndNode, MethodRefNode, Node, NotNode, OrNode, PredicateNode