struct

Sthx::Apply::Ok

Inherits Struct < Value < Object

Represents a successful rule application (see Sthx::Rule#apply).

Constructors

new(source : String, tree : Tree)
Source

Instance methods

source

Returns the source string that was used during application.

Source
tree

Returns the resulting Tree object.

Source