class

Arborist::ExprCall

Inherits Reference / Object

The various ExprCall classes represent invocations, or calls, of the various expression types, at different positions in an input string. The invocations/calls form a call stack, because a PEG parser is by nature a recursive descent parser, and each rule application and the evaluations of the different expressions that make up those rules form a call stack.

Constructors

Instance methods

expr
Source
expr=(expr : Expr)
Source
inspect(io)
Source
pos=(pos : Int32)
Source