package config
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class CompilerConfiguration(byteOrder: ConfiguredByteOrder) extends Product with Serializable
- sealed trait ConfiguredByteOrder extends EnumEntry with Hyphencase
- case class DataConfiguration(onHeap: Boolean, hardMax: MemorySize) extends Product with Serializable
- case class EngineConfiguration(compiler: CompilerConfiguration, stack: StackConfiguration, data: DataConfiguration) extends Product with Serializable
Holds all the configurable values.
Holds all the configurable values.
- stack
Configures how the stack behaves.
- data
Configures how the data part behaves.
- case class StackConfiguration(size: MemorySize) extends Product with Serializable
Value Members
- object ConfiguredByteOrder extends Enum[ConfiguredByteOrder]