ScairOptBase

scair.tools.ScairOptBase

Attributes

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

Members list

Value members

Concrete methods

def main(args: Array[String]): Unit
override def parse(args: ScairOptArgs)(input: BufferedSource): Array[Either[String, Operation]]

Attributes

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

Attributes

Definition Classes

Inherited methods

final def commonHeaders: OParser[Unit, ScairOptArgs]

Attributes

Inherited from:
ScairToolBase
def dialects: Seq[Dialect]

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