class Bindgen::Processor::VirtualOverride::JumptableHook

Overview

Hook to set the jumptable in an initializer.

Defined in:

bindgen/processor/virtual_override.cr

Constructors

Instance Method Summary

Instance methods inherited from class Bindgen::Call::Body

to_code(call : Call, platform : Graph::Platform) : String to_code

Constructor Detail

def self.new(db : TypeDatabase, klass : Graph::Class, table : Graph::Struct, setter : Parser::Method) #

[View source]

Instance Method Detail

def to_code(call : Call, platform : Graph::Platform) : String #
Description copied from class Bindgen::Call::Body

Will be called by a Generator later on, passing in the call and the target platform.


[View source]