jove.scala.imainlike

IMainLike

trait IMainLike extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IMainLike
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Global <: scala.tools.nsc.Global

  2. abstract type MemberHandler

  3. abstract type Name0

  4. abstract type Naming <: scala.tools.nsc.interpreter.Naming

  5. abstract type ReadEvalPrint <: AnyRef { ... /* 7 definitions in type refinement */ }

  6. abstract type Request <: AnyRef { ... /* 7 definitions in type refinement */ }

Abstract Value Members

  1. abstract def ReadEvalPrint(): ReadEvalPrint

  2. abstract def bind[T](symbol: String, value: T, modifiers: List[String], quiet: Boolean)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], arg1: ClassTag[T]): Result

  3. abstract def classLoader: ClassLoader

  4. abstract def complete(s: String): List[String]

  5. abstract def definedTerms: List[Global.TermName]

  6. abstract def definedTypes: List[Global.TypeName]

  7. abstract def definesValue(handler: MemberHandler): Boolean

  8. abstract def executionWrapper: String

  9. abstract def extraRenderer(req: Request, line: String, errorOutput: ⇒ String, executionCount: Int, runCodeWithException: (Request, String, String) ⇒ Either[Exception, Any]): Seq[(String, String)]

  10. abstract def global: Global

  11. abstract def interpret(s: String): Result

  12. abstract def nameOriginalPath(name: Global.Name): String

  13. abstract def naming: Naming

  14. abstract def recordRequest(req: Request): Unit

  15. abstract def reqValue(req: Request): Global.Symbol

  16. abstract def requestFromLine(line: String, synthetic: Boolean): Either[Result, Request]

  17. abstract def reset(): Unit

  18. abstract def stop(): Unit

  19. abstract def symbolOfLine(code: String): Global.Symbol

  20. abstract def symbolOriginalPath(req: Request, symbol: Global.Symbol): String

  21. abstract def typeInfo(symbol: Global.Symbol, deconstruct: Boolean): Option[String]

  22. abstract def typeOf(req: Request, handler: MemberHandler): String

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  16. def toString(): String

    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped