abstract class StrictYAML::Node

Direct Known Subclasses

Defined in:

strict-yaml/node.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_yaml(io : IO) : Nil
to_yaml : String
to_yaml

Class methods inherited from class Object

from_yaml(source : String)
from_yaml(value : StrictYAML::Any)
from_yaml

Constructor Detail

def self.new(loc : Location, comments : Array(Comment) = [] of Comment) #

[View source]

Instance Method Detail

def ==(other : Node) : Bool #

[View source]
def comments : Array(Comment) #

[View source]
def loc : Location #

[View source]
def loc=(loc : Location) #

[View source]
abstract def to_object : Any::Type #

[View source]