struct Bindgen::Crystal::Method
- Bindgen::Crystal::Method
- Struct
- Value
- Object
Overview
Functionality to generate method code.
Defined in:
bindgen/crystal/method.crConstructors
Instance Method Summary
-
#prototype(name, arguments, result = nil, static = false, abstract abstract_ = false, protected protected_ = false)
Builds the prototype ("first line") of a method.
Constructor Detail
Instance Method Detail
def prototype(name, arguments, result = nil, static = false, abstract abstract_ = false, protected protected_ = false)
#
Builds the prototype ("first line") of a method.