Package com.valgolang.runtime.datastructures.stack

Types

StackExecutor
Link copied to clipboard
class StackExecutor(variables: MutableMap<String, ExecValue>, linearRepresentation: MutableList<ManimInstr>, frame: VirtualMachine.Frame, stylesheet: Stylesheet, animationSpeeds: ArrayDeque<Double>, dataStructureBoundaries: MutableMap<String, BoundaryShape>, variableNameGenerator: VariableNameGenerator, codeTextVariable: String, locallyCreatedDynamicVariables: MutableSet<String>) : DataStructureExecutor
Stack Executor
StackValue
Link copied to clipboard
data class StackValue(manimObject: MObject, stack: Stack<ExecValue>, style: StyleProperties, animatedStyle: AnimationProperties?) : ExecValue
Stack Execution Value