Asm class

テスト用バイトコードアセンブラ。

Constructors

Asm()

Properties

hashCode → int
The hash code for this object.
no setterinherited
length → int
現在のバイト位置(後方ジャンプのオフセット計算用)。
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() → Uint8List
getUrl2({int flags = 0}) → Asm
gotoFrame(int frame0) → Asm
gotoLabel(String label) → Asm
iff(int offset) → Asm
jump(int offset) → Asm
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
op(int code) → Asm
pushFloat(double v) → Asm
pushString(String s) → Asm
setTarget(String path) → Asm
toString() → String
A string representation of this object.
inherited

Operators

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