Class: Loop

Loop(idx, valid)

Class representing a loop in the code execution.

Constructor

new Loop(idx, valid)

Constructor for a Loop object
Parameters:
Name Type Description
idx int Starting index of the loop
valid bool True if the loop is valid (current pointer value != 0), otherwise false
Source: