Class: FFIGen::Type
- Inherits:
-
Object
- Object
- FFIGen::Type
- Defined in:
- lib/ffi_gen.rb,
lib/ffi_gen/java_output.rb,
lib/ffi_gen/ruby_output.rb
Direct Known Subclasses
ArrayType, ByReferenceType, ByValueType, Enum, FunctionOrCallback, PointerType, PrimitiveType, StringType, StructOrUnion, UnknownType
Instance Method Summary collapse
Instance Method Details
#java_description ⇒ Object
61 62 63 |
# File 'lib/ffi_gen/java_output.rb', line 61 def java_description java_name end |
#ruby_description ⇒ Object
35 36 37 |
# File 'lib/ffi_gen/ruby_output.rb', line 35 def ruby_description ruby_name end |