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
Content copied to clipboard
StackValue
Link copied to clipboard
data class StackValue(manimObject: MObject, stack: Stack<ExecValue>, style: StyleProperties, animatedStyle: AnimationProperties?) : ExecValue
Content copied to clipboard