class Bindgen::CallBuilder::CrystalWrapper::MethodBody

Defined in:

bindgen/call_builder/crystal_wrapper.cr

Instance Method Summary

Instance methods inherited from class Bindgen::CallBuilder::CrystalWrapper::Body

encapsulate(call, code) encapsulate, encapsulate_into_variable(call, code) encapsulate_into_variable, to_code(call : Call, platform : Graph::Platform) : String to_code

Constructor methods inherited from class Bindgen::CallBuilder::CrystalWrapper::Body

new(db : TypeDatabase, target : Call) new

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

Instance Method Detail

def encapsulate(call, code) #
Description copied from class Bindgen::CallBuilder::CrystalWrapper::Body

Generates the call itself.


[View source]