Package com. valgolang. runtime. datastructures
Types
BoundaryShape
Link copied to clipboard
DataStructureExecutor
Link copied to clipboard
SquareBoundary
Link copied to clipboard
data class SquareBoundary(minDimensions: Pair<Double, Double>, width: Double, height: Double, maxSize: Int) : BoundaryShape
Content copied to clipboard
TallBoundary
Link copied to clipboard
data class TallBoundary(minDimensions: Pair<Double, Double>, width: Double, height: Double, maxSize: Int) : BoundaryShape
Content copied to clipboard
WideBoundary
Link copied to clipboard
data class WideBoundary(minDimensions: Pair<Double, Double>, width: Double, height: Double, maxSize: Int) : BoundaryShape
Content copied to clipboard
Functions
makeConstructorNode
Link copied to clipboard
fun makeConstructorNode(assignedValue: ExecValue, lineNumber: Int): ConstructorNode
Content copied to clipboard