class FirrtlRepl extends AnyRef

Source
FirrtlRepl.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FirrtlRepl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FirrtlRepl(optionsManager: InterpreterOptionsManager with HasReplConfig)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val IntPattern: Regex
  5. var args: Array[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def buildCompletions(): Unit
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val console: ConsoleReader
  10. var currentInterpreterOpt: Option[FirrtlTerp]
  11. var currentScript: Option[Script]
  12. var currentVcdScript: Option[VCD]
  13. var done: Boolean
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def error(message: String): Unit
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def getNextLine: String

    gets the next line from either the current executing script or from the console.

    gets the next line from either the current executing script or from the console. Strips comments from the line, may result in empty string, command parser is ok with that

  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. val history: FileHistory
  22. val historyFile: File
  23. var inScript: Boolean
  24. def interpreter: FirrtlTerp
  25. val interpreterOptions: InterpreterOptions
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def jlist(list: Seq[String]): List[String]
  28. def loadFile(fileName: String): Unit
  29. def loadScript(fileName: String): Unit
  30. def loadSource(input: String): Unit
  31. def loadVcdScript(fileName: String): Unit
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  35. val optionsManager: InterpreterOptionsManager with HasReplConfig
  36. def parseNumber(numberString: String): BigInt
  37. val replConfig: ReplConfig
  38. var replVcdController: Option[ReplVcdController]
  39. def run(): Unit
  40. val scriptFactory: ScriptFactory
  41. def scriptRunning: Boolean
  42. def showFlags: String
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. val terminal: Terminal
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. object Commands

Inherited from AnyRef

Inherited from Any

Ungrouped