class PHP::Token

Defined in:

php_serializer/token.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_php_serialized(io : IO)
to_php_serialized
to_php_serialized

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def column_number : Int32 #

[View source]
def column_number=(column_number : Int32) #

[View source]
def float_value : Float64 #

[View source]
def float_value=(float_value : Float64) #

[View source]
def int_value : Int64 #

[View source]
def int_value=(int_value : Int64) #

[View source]
def nested_elements : Int64 #

[View source]
def nested_elements=(nested_elements : Int64) #

[View source]
def object_class_name : String #

[View source]
def object_class_name=(object_class_name : String) #

[View source]
def string_value : String #

[View source]
def string_value=(string_value : String) #

[View source]
def type : Symbol #

[View source]
def type=(type : Symbol) #

[View source]