class PHP::Lexer::IOBased

Defined in:

php_serializer/lexer/io_based.cr

Constructors

Instance Method Summary

Instance methods inherited from class PHP::Lexer

append_number_char append_number_char, consume_begin_hash consume_begin_hash, consume_begin_object consume_begin_object, consume_bool consume_bool, consume_end_hash_or_object consume_end_hash_or_object, consume_float consume_float, consume_integer consume_integer, consume_null consume_null, consume_reference consume_reference, consume_string consume_string, current_char current_char, internal_consume_string(bytesize : Int64) internal_consume_string, next_char next_char, next_char_no_column_increment next_char_no_column_increment, next_token next_token, number_start number_start, number_string number_string, raise_error(msg) raise_error, token : PHP::Token token, token=(token : PHP::Token) token=, unexpected_character unexpected_character

Constructor methods inherited from class PHP::Lexer

new(string : String)
new(io : IO)
new
new

Instance methods inherited from class Object

to_php_serialized(io : IO)
to_php_serialized
to_php_serialized

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def append_number_char #

[View source]
def current_char : Char #

[View source]
def next_char_no_column_increment #

[View source]
def number_start #

[View source]
def number_string #

[View source]