Arborist::ApplyTree
Inherits Arborist::ParseTree / Reference / Object
Constructors
Instance methods
children
children returns the list of all actual/literal child ParseTree nodes in parse tree structure, rather than skipping some, as with #terms Another way of thinking about this is #children returns concrete children, #terms returns logical children.
label(label : String | Nil) : ApplyTree
Sourceparse_tree_type_specific_attributes_to_msgpack(packer : MessagePack::Packer)
Sourcerule_name
Sourcerule_name=(rule_name : String)
Sources_exp(indent : Int32 = 0) : String
Sourcesimple_s_exp
Sourcesyntax_tree
Sourcetree
Sourcetree=(tree : ParseTree)
Sourcevisit(visitor : Visitor(R)) : R forall R
Source