implicit final class CompilerReplAPIExtensions extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompilerReplAPIExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CompilerReplAPIExtensions(api: ReplAPI)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def compiler: Global
Access the compiler to do crazy things if you really want to!
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def interactiveCompiler: Global
Access the presentation compiler to do even crazier things if you really want to!
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any