struct Sthx::Apply::Ok
- Sthx::Apply::Ok
- Struct
- Value
- Object
Overview
Represents a successful rule application (see Sthx::Rule#apply
).
Defined in:
synthax/apply.crConstructors
Instance Method Summary
-
#source : String
Returns the source string that was used during application.
-
#tree : Tree
Returns the resulting
Tree
object.