class TLParser::Parameter

Defined in:

tl_parser/tl/parameter.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, type : TLParser::ParamType) #

[View source]

Class Method Detail

def self.parse(str : String) #

[View source]

Instance Method Detail

def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def name : String #

The name of the parameter.


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

The name of the parameter.


[View source]
def to_s(io) #

[View source]
def type : ParamType #

The type of the parameter.


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

The type of the parameter.


[View source]