package interpreter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- interpreter
- ReplStrings
- ReplConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- Definition Classes
- ReplConfig
Value Members
- val IR: Results.type
-
def
any2stringOf(x: Any, maxlen: Int): String
- Definition Classes
- ReplStrings
-
def
isAcross: Boolean
- Definition Classes
- ReplConfig
-
def
isPaged: Boolean
- Definition Classes
- ReplConfig
-
def
isReplDebug: Boolean
- Definition Classes
- ReplConfig
-
def
isReplInfo: Boolean
- Definition Classes
- ReplConfig
-
def
isReplPower: Boolean
- Definition Classes
- ReplConfig
-
def
isReplTrace: Boolean
- Definition Classes
- ReplConfig
- implicit def postfixOps: postfixOps
-
lazy val
replProps: ReplProps
- Definition Classes
- ReplConfig
- def staticTypeTag[T](implicit arg0: ClassTag[T]): reflect.api.JavaUniverse.TypeTag[T]
-
def
string2code(str: String): String
- Definition Classes
- ReplStrings
-
def
string2codeQuoted(str: String): String
- Definition Classes
- ReplStrings
-
def
unquoted(s: String): String
- Definition Classes
- ReplStrings
-
def
words(s: String): List[String]
- Definition Classes
- ReplStrings