AssemblerResult class

A result of the Keystone engine

This is an holder class

Constructors

AssemblerResult(Uint8List _assembly, int _size, int _statements, int _error)
AssemblerResult constructor

Properties

assembly Uint8List
The generated assembly by the Keystone engine
no setter
error int
The error code returned by the Keystone engine
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The size of the assembly list
no setter
statements int
The number of statements in the assembly list
no setter
valid bool
The validity of the assembly result
no setter

Methods

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