object
Interpreter
Type Members
-
type
CacheData = (Imports, Seq[CacheDetails])
-
type
EvaluateCallback = (Output, Int, Name) ⇒ Res[Evaluated]
-
type
ProcessedData = (Imports, Seq[CacheDetails], Seq[ImportTree])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
SheBang: String
-
val
SheBangEndPattern: Pattern
-
final
def
asInstanceOf[T0]: T0
-
def
cacheTag(code: String, imports: Seq[ImportData], classpathHash: Array[Byte]): String
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
indexWrapperName(wrapperName: Name, wrapperIndex: Int): Name
-
def
initPrinters(output: OutputStream, error: OutputStream, verboseOutput: Boolean): (Ref[Colors] { ... /* 2 definitions in type refinement */ }, PrintStream, PrintStream, Printer)
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
skipSheBangLine(code: String): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any