Package com. valgolang. runtime
Types
BoolValue
Link copied to clipboard
data class BoolValue(value: Boolean, manimObject: MObject) : PrimitiveValue
Content copied to clipboard
BreakValue
Link copied to clipboard
CharValue
Link copied to clipboard
ContinueValue
Link copied to clipboard
DoubleAlias
Link copied to clipboard
DoubleValue
Link copied to clipboard
data class DoubleValue(value: Double, manimObject: MObject) : DoubleAlias
Content copied to clipboard
EmptyValue
Link copied to clipboard
PrimitiveValue
Link copied to clipboard
RuntimeError
Link copied to clipboard
data class RuntimeError(value: String, manimObject: MObject, lineNumber: Int) : ExecValue
Content copied to clipboard
StringValue
Link copied to clipboard
data class StringValue(value: String, manimObject: MObject) : PrimitiveValue
Content copied to clipboard
VirtualMachine
Link copied to clipboard
class VirtualMachine(program: ProgramNode, symbolTableVisitor: SymbolTableVisitor, statements: MutableMap<Int, StatementNode>, fileLines: List<String>, stylesheet: Stylesheet, returnBoundaries: Boolean)
Content copied to clipboard