class PHP::Lexer::IOBased
- PHP::Lexer::IOBased
 - PHP::Lexer
 - Reference
 - Object
 
Defined in:
php_serializer/lexer/io_based.crConstructors
Instance Method Summary
- #append_number_char
 - #current_char : Char
 - #next_char_no_column_increment
 - #number_start
 - #number_string
 
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