class CurrentNode

Defined in:

nodes.cr

Instance Method Summary

Instance methods inherited from class Node

children : Array(Node) children, type : String type, value : Char | Int32 | String | Nil value, visit(v : JSON::Any) : JSON::Any visit

Instance Method Detail

def type : String #
Description copied from class Node

Introspection methods for testing/debugging


[View source]
def visit(v : JSON::Any) : JSON::Any #

[View source]