class Settings extends AnyRef
- Source
- Settings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Settings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Settings()
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): (Settings, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bootclasspath: Path
- def bootclasspath_=(p: Path): Settings.this.type
- def classpath: Path
- def classpath_=(p: Path): Settings.this.type
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def d: File
- def d_=(f: File): Settings.this.type
- def encoding: String
- def encoding_=(s: String): Settings.this.type
- def ensuring(cond: (Settings) ⇒ Boolean, msg: ⇒ Any): Settings
- def ensuring(cond: (Settings) ⇒ Boolean): Settings
- def ensuring(cond: Boolean, msg: ⇒ Any): Settings
- def ensuring(cond: Boolean): Settings
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Settings → AnyRef → Any
- def extdirs: Path
- def extdirs_=(p: Path): Settings.this.type
- def extraParams: Seq[String]
- def extraParams_=(s: Seq[String]): Settings.this.type
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
- def g: String
- def g_=(s: String): Settings.this.type
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
hashCode: Int
- Definition Classes
- Settings → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- def optimise: Boolean
- def optimise_=(b: Boolean): Unit
- def sourcedir: File
- def sourcedir_=(p: File): Settings.this.type
- def sourcepath: Path
- def sourcepath_=(p: Path): Settings.this.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def target: String
- def target_=(s: String): Settings.this.type
- def toArgs: List[String]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unchecked: Boolean
- def unchecked_=(b: Boolean): Settings.this.type
-
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
- @native() @throws( ... )
- def →[B](y: B): (Settings, B)
The Scala compiler and reflection APIs.