Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lua
master
Liblua
Lua
CALL
Callable
Coroutine
ErrorHandlerError
FileError
Function
LuaError
MemoryError
Object
Reference
RuntimeError
Stack
StackMixin
Chunk
ClassSupport
CoroutineSupport
ErrorHandling
Registry
StandardLibraries
TableSupport
Type
Util
SyntaxError
Table
Type
TYPE
LuaCallable
LuaConvert
Built with Crystal 1.9.2
2023-10-08 11:21:19 UTC
class
Lua::Callable
Lua::Callable
Lua::Reference
Reference
Object
Defined in:
lua/object/callable.cr
Constructors
.new
(stack : Stack, ref : Pointer(Void), crystal_type_name : String)
Instance Method Summary
#crystal_type_name
: String
#to_crystal
#to_s
(io)
Instance methods inherited from class
Lua::Reference
ref : Pointer(Void)
ref
,
to_s(io)
to_s
Constructor methods inherited from class
Lua::Reference
new(stack : Stack, ref : Pointer(Void))
new
Constructor Detail
def self.
new
(stack :
Stack
, ref : Pointer(Void), crystal_type_name : String)
#
[
View source
]
Instance Method Detail
def
crystal_type_name
: String
#
[
View source
]
def
to_crystal
#
[
View source
]
def
to_s
(io)
#
[
View source
]