Disjunction

uml diagram

Example

foo eq "bar" or baz ew "S" — translates to a Disjunction node with two Comparison nodes.

Implements

  • Node - Base interface for all AST nodes.
  • Connective - Interface for logical operations

Methods

getNodes(): Node[]

Returns all nodes.