menu
jrpn
model
ProgramMemory
<
OT extends ProgramOperation
>
doNextIf method
doNextIf
brightness_4
doNextIf
method
Null safety
void
doNextIf
(
bool
condition
)
Implementation
void doNextIf(bool condition) { if (!condition) { incrementCurrentLine(); } }
jrpn
model
ProgramMemory
<
OT extends ProgramOperation
>
doNextIf 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 []