object CLIParser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CLIParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Config extends AnyRef
- case class CoreConfig(specSource: CharStream = null, printCore: Boolean = false, printCoreLanSpec: Boolean = false, printTyped: Boolean = false, printLocations: Boolean = false, printAllTypes: Boolean = false, listOutStreams: Boolean = false, listInStreams: Boolean = false, exportAnnotations: Option[File] = None, compilerOptions: Options = Compiler.Options()) extends Config with Product with Serializable
- case class DocConfig(stdLib: Boolean = false, includes: Boolean = false, outfile: Option[File] = None, sources: Seq[CharStream] = Seq(), compilerOptions: Options = Compiler.Options()) extends Config with Product with Serializable
- case class GlobalConfig(diagnostics: Boolean = true, debug: Boolean = false) extends Product with Serializable
- case class InstrumenterConfig(specSource: CharStream = null, cFile: File = null, includes: Seq[File] = Seq(), compilerOptions: Options = Compiler.Options()) extends Config with Product with Serializable
- case class InterpreterConfig(specSource: CharStream = null, traceFile: Option[File] = None, stopOn: Option[String] = None, abortAt: Option[BigInt] = None, traceFormat: String = "tessla", rejectUndeclaredInputs: Boolean = false, ctfTrace: Boolean = false, csvTrace: Boolean = false, compilerOptions: Options = Compiler.Options()) extends Config with Product with Serializable
- case class Task[T <: Config](name: String, config: T) extends Product with Serializable
- case class TesslacConfig(specSource: CharStream = null, optimise: Boolean = true, outFile: Option[File] = None, jarFile: Option[File] = None, compilerOptions: Options = Compiler.Options()) extends Config with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val licenseLocation: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parse(args: Array[String], helpIfEmpty: Boolean = true): (GlobalConfig, List[Task[Config]])
- val programDescription: String
- val programName: String
- val programVersion: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated