MecabDartFfi class

Class that contains all Mecab FFi things

Constructors

MecabDartFfi.new()

Properties

destroyMecabFfi DestroyMecabFuncC
latefinal
destroyMecabPointer ↔ Pointer<NativeFunction<DestroyMecabFunc>>
latefinal
hashCode int
The hash code for this object.
no setterinherited
initMecabFfi InitMecabFunc
latefinal
initMecabPointer ↔ Pointer<NativeFunction<InitMecabFunc>>
latefinal
mecabDartFfiHelper ↔ FfiHelper
latefinal
mecabPtr ↔ Pointer<Void>?
latefinal
nativeAddFunc int Function(int x, int y)
latefinal
parseFfi ParseFunc
latefinal
parsePointer ↔ Pointer<NativeFunction<ParseFunc>>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init({String? libmecabPath, FfiHelper? mecabFfiHelper}) Future<void>
Initializes the communication to ffi
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited