ClojureCompilerBridgeBindings class

Bindings for src/clojure_compiler_bridge.h.

Regenerate bindings with flutter pub run ffigen --config ffigen.yaml.

Constructors

ClojureCompilerBridgeBindings.new(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
ClojureCompilerBridgeBindings.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

eval_line(Pointer<Char> line, Pointer<Void> env) Pointer<Char>
init_enviroment() Pointer<Void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse_line(Pointer<Pointer<UnsignedChar>> buff, Pointer<Char> line) int
toString() String
A string representation of this object.
inherited

Operators

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