abstract class Cosmo::Intrinsic::SocketLib::Server::ContextFunctionBase

Direct Known Subclasses

Defined in:

cosmo/runtime/intrinsic/lib/socket.cr

Constructors

Instance methods inherited from class Cosmo::Intrinsic::IFunction

call(args : Array(ValueType)) : ValueType call, intrinsic? : Bool intrinsic?, to_s : String to_s, token(name : String) : Token token

Constructor methods inherited from class Cosmo::Intrinsic::IFunction

new(interpreter : Interpreter) new

Instance methods inherited from class Cosmo::Callable

arity : Range(UInt32, UInt32) arity, call(args : Array(ValueType)) : ValueType call, expand_args(args : Array(ValueType)) : Array(ValueType) expand_args, intrinsic? : Bool intrinsic?, to_s : String to_s

Constructor Detail

def self.new(interpreter : Interpreter, sock : TCPSocket) #

[View source]