menu
jrpn
model
ProgramInstruction
<
OT extends ProgramOperation
>
ProgramInstruction constructor
ProgramInstruction
brightness_4
ProgramInstruction<
OT extends ProgramOperation
>
constructor
Null safety
ProgramInstruction<
OT extends ProgramOperation
>
(
OT
op
,
ArgDone
arg
)
Implementation
ProgramInstruction(this.op, this.arg);
jrpn
model
ProgramInstruction
<
OT extends ProgramOperation
>
ProgramInstruction constructor
ProgramInstruction class
Constructors
ProgramInstruction
Properties
arg
hashCode
isExtended
op
opcode
programDisplay
programListing
runtimeType
Methods
noSuchMethod
rightJustify
toString
Operators
operator ==