Packages

package config

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class CompilerConfiguration(byteOrder: ConfiguredByteOrder) extends Product with Serializable
  2. sealed trait ConfiguredByteOrder extends EnumEntry with Hyphencase
  3. case class DataConfiguration(onHeap: Boolean, hardMax: MemorySize) extends Product with Serializable
  4. 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.

  5. case class StackConfiguration(size: MemorySize) extends Product with Serializable

Value Members

  1. object ConfiguredByteOrder extends Enum[ConfiguredByteOrder]

Ungrouped