AsmBuilderBase class abstract

The base class to derive from when implementing assembler syntax helpers

Implementers

Constructors

AsmBuilderBase()

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

append(Instruction instruction) AsmBuilderBase
Appends an instruction to the instructions list
appendRaw(String raw) AsmBuilderBase
Appends a raw string to the instructions list
build() String
Builds the string to be assembled by the Keystone engine
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Resets the instruction list
toString() String
A string representation of this object.
inherited

Operators

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