abstract class Config::Cursor

Direct Known Subclasses

Defined in:

config/cursor.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

===(other : Config::Any) ===

Constructor Detail

def self.new(string : String) #

[View source]
def self.new(io : IO) #

[View source]
def self.new #

[View source]

Instance Method Detail

def char : Char #

[View source]
abstract def char? : Char? #

[View source]
def char?(*chars : Char) : Bool #

[View source]
def eof? : Bool #

[View source]
def has_more? #

[View source]
def location : Location #

[View source]
def next : Char #

[View source]
abstract def next? : Char? #

[View source]
def peek : Char #

[View source]
abstract def peek? : Char? #

[View source]
def peek?(*chars : Char) : Bool #

[View source]