class Bindgen::CallBuilder::CrystalBinding::InvokeBody
- Bindgen::CallBuilder::CrystalBinding::InvokeBody
- Bindgen::Call::HookableBody
- Bindgen::Call::Body
- Reference
- Object
Defined in:
bindgen/call_builder/crystal_binding.crConstructors
Instance Method Summary
-
#to_code(call : Call, platform : Graph::Platform) : String
Will be called by a
Generator
later on, passing in the call and the target platform.
Instance methods inherited from class Bindgen::Call::HookableBody
post_hook : Body | Nil
post_hook,
post_hook=(post_hook : Body | Nil)
post_hook=,
pre_hook : Body | Nil
pre_hook,
pre_hook=(pre_hook : Body | Nil)
pre_hook=
Instance methods inherited from class Bindgen::Call::Body
to_code(call : Call, platform : Graph::Platform) : String
to_code
Constructor Detail
Instance Method Detail
Description copied from class Bindgen::Call::Body
Will be called by a Generator
later on, passing in the call and the
target platform.