package
interpreter
Type Members
-
type
InputStream = java.io.InputStream
-
type
JClass = Class[_]
-
type
JCollection[T] = Collection[T]
-
type
JFile = File
-
type
JList[T] = java.util.List[T]
-
type
JPrintWriter = PrintWriter
-
type
OutputStream = java.io.OutputStream
-
class
TapMaker[T] extends AnyRef
Value Members
-
-
def
any2stringOf(x: Any, maxlen: Int): String
-
-
-
def
isReplDebug: Boolean
-
def
isReplInfo: Boolean
-
def
isReplPower: Boolean
-
def
isReplTrace: Boolean
-
implicit
def
postfixOps: postfixOps
-
lazy val
replProps: ReplProps
-
def
staticTypeTag[T](implicit arg0: ClassTag[T]): reflect.api.JavaUniverse.TypeTag[T]
-
def
string2code(str: String): String
-
def
string2codeQuoted(str: String): String
-
def
unquoted(s: String): String
-
def
words(s: String): List[String]