abstract
class
Pasted extends AnyRef
Instance Constructors
-
new
Pasted(prompt: String)
Abstract Value Members
-
abstract
def
echo(message: String): Unit
-
abstract
def
interpret(line: String): Result
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Pasted, B)
-
final
def
==(arg0: Any): Boolean
-
val
AltPromptString: String
-
val
ContinuePrompt: String
-
val
ContinueString: String
-
val
PromptString: String
-
val
anyPrompt: Regex
-
def
apply(lines: TraversableOnce[String]): Option[String]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Pasted) ⇒ Boolean, msg: ⇒ Any): Pasted
-
def
ensuring(cond: (Pasted) ⇒ Boolean): Pasted
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Pasted
-
def
ensuring(cond: Boolean): Pasted
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
isPromptOnly(line: String): Boolean
-
def
isPrompted(line: String): Boolean
-
def
matchesContinue(line: String): Boolean
-
def
matchesPrompt(line: String): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
running: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
transcript(lines: TraversableOnce[String]): Option[String]
-
def
unapply(line: String): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Pasted, B)
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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 Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
Pasted to any2stringadd[Pasted]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
Pasted to StringFormat[Pasted]
Value Members
-
def
formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring from
Pasted to Ensuring[Pasted]
Value Members
-
def
ensuring(cond: (Pasted) ⇒ Boolean, msg: ⇒ Any): Pasted
-
def
ensuring(cond: (Pasted) ⇒ Boolean): Pasted
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Pasted
-
def
ensuring(cond: Boolean): Pasted
Inherited by implicit conversion ArrowAssoc from
Pasted to ArrowAssoc[Pasted]
Value Members
-
def
->[B](y: B): (Pasted, B)
-
def
→[B](y: B): (Pasted, B)
Ungrouped
-
abstract
def
echo(message: String): Unit
-
abstract
def
interpret(line: String): Result
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Pasted, B)
-
final
def
==(arg0: Any): Boolean
-
val
AltPromptString: String
-
val
ContinuePrompt: String
-
val
ContinueString: String
-
val
PromptString: String
-
val
anyPrompt: Regex
-
def
apply(lines: TraversableOnce[String]): Option[String]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Pasted) ⇒ Boolean, msg: ⇒ Any): Pasted
-
def
ensuring(cond: (Pasted) ⇒ Boolean): Pasted
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Pasted
-
def
ensuring(cond: Boolean): Pasted
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
isPromptOnly(line: String): Boolean
-
def
isPrompted(line: String): Boolean
-
def
matchesContinue(line: String): Boolean
-
def
matchesPrompt(line: String): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
running: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
transcript(lines: TraversableOnce[String]): Option[String]
-
def
unapply(line: String): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Pasted, B)
The Scala compiler and reflection APIs.