menu
jrpn
model
ProgramMemory
<
OT extends ProgramOperation
>
lines property
lines
brightness_4
lines
property
Null safety
int
lines
Number of lines in the program
Implementation
int get lines => _lines;
jrpn
model
ProgramMemory
<
OT extends ProgramOperation
>
lines property
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 []