ScairRunBase

scair.tools.runTool.ScairRunBase

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ScairRun

Members list

Value members

Concrete methods

override def dialects: Seq[Dialect]

Attributes

Definition Classes
def main(args: Array[String]): Unit
override def parse(args: ScairRunArgs)(input: BufferedSource): Array[OK[Operation]]

Attributes

Definition Classes
override def parseArgs(args: Array[String]): ScairRunArgs

Attributes

Definition Classes
def verboseInterpreter: Boolean

Inherited methods

final def commonHeaders: OParser[Unit, ScairRunArgs]

Attributes

Inherited from:
ScairToolBase
def passes: Seq[MLContext => ModulePass]

Attributes

Inherited from:
ScairToolBase
final def registerDialects(): Unit

Attributes

Inherited from:
ScairToolBase
final def registerPasses(): Unit

Attributes

Inherited from:
ScairToolBase

Inherited and Abstract methods

def toolName: String

Attributes

Inherited from:
ScairToolBase

Inherited fields

val ctx: MLContext

Attributes

Inherited from:
ScairToolBase