menu
jrpn
model
ProgramMemory
<
OT extends ProgramOperation
>
getCurrent method
getCurrent
brightness_4
getCurrent
method
Null safety
ProgramInstruction
<
OT
>
getCurrent
(
)
Implementation
ProgramInstruction<OT> getCurrent() => this[currentLine];
jrpn
model
ProgramMemory
<
OT extends ProgramOperation
>
getCurrent method
ProgramMemory class
Constructors
ProgramMemory
Properties
bytesToNextAllocation
currentLine
hasExtended
hashCode
isRunning
lines
listing
memory
programBytes
programListener
returnStackPos
returnStackUnderflow
runner
runtimeType
suspendedProgram
Methods
adjustStackForRunStopStarting
debugReturnStack
decodeJson
deleteCurrent
displayCurrent
doNextIf
getAllInstructions
getCurrent
gosub
goto
gotoOpCode
importProgram
importProgramFromFile
incrementCurrentLine
insert
noSuchMethod
opcodeAt
popReturnStack
reset
resetReturnStack
skipIfRunning
stepCurrentLine
toJson
toString
Operators
operator ==
operator []