Data Structure Executor
interface DataStructureExecutor
Content copied to clipboard
Abstract Data Structure Executor. Maintains the runtime operations of a data structure.
Functions
executeConstructor
Link copied to clipboard
abstract fun executeConstructor(node: ConstructorNode, dsUID: String, assignLHS: AssignLHS): ExecValue
Content copied to clipboard
Properties
animationSpeeds
Link copied to clipboard
codeTextVariable
Link copied to clipboard
dataStructureBoundaries
Link copied to clipboard
frame
Link copied to clipboard
linearRepresentation
Link copied to clipboard
locallyCreatedDynamicVariables
Link copied to clipboard
stylesheet
Link copied to clipboard
variableNameGenerator
Link copied to clipboard
variables
Link copied to clipboard
Inheritors
ArrayExecutor
Link copied to clipboard
BinaryTreeExecutor
Link copied to clipboard
StackExecutor
Link copied to clipboard