AST node that represents a range of values (such as min expression:max expression), therefore having two child nodes.

Super class

DSLite::Node -> RangeNode

Methods

Inherited methods


Method add_child()

Two children

Usage

RangeNode$add_child(val)

Arguments

val

Child Node


Method to_string()

Get the string representation of the BinaryOpNode

Usage

RangeNode$to_string()


Method clone()

The objects of this class are cloneable with this method.

Usage

RangeNode$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.