class SliceNode

Defined in:

nodes.cr

Constructors

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

Constructor Detail

def self.new(start : Int32 | Nil, stop : Int32 | Nil, step : Int32 | Nil) #

[View source]

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]