class ReplProps extends AnyRef
- Source
- ReplProps.scala
- Alphabetic
- By Inheritance
- ReplProps
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ReplProps()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (ReplProps, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val colorOk: Boolean
- val continuePrompt: String
- val continueString: String
- val continueText: String
- val debug: BooleanProp
- def encolor(s: String): String
- def ensuring(cond: (ReplProps) ⇒ Boolean, msg: ⇒ Any): ReplProps
- def ensuring(cond: (ReplProps) ⇒ Boolean): ReplProps
- def ensuring(cond: Boolean, msg: ⇒ Any): ReplProps
- def ensuring(cond: Boolean): ReplProps
- def enversion(s: String): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
format: Prop[String]
CSV of paged,across to enable pagination or
-x
style columns, "across" instead of down the column.CSV of paged,across to enable pagination or
-x
style columns, "across" instead of down the column. Since pagination turns off columnar output, these flags are currently mutually exclusive. - def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val info: BooleanProp
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxPrintString: Prop[Int]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pasteDelimiter: Prop[String]
- val power: BooleanProp
- val powerBanner: Prop[JFile]
- val powerInitCode: Prop[JFile]
- val prompt: String
- val promptString: String
- val promptText: String
- val replAutorunCode: Prop[JFile]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val trace: BooleanProp
- val vids: BooleanProp
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def welcome: String
- def →[B](y: B): (ReplProps, B)
The Scala compiler and reflection APIs.