trait Errors extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Errors
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
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): (Errors, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def CannotConvertManifestToTagWithoutScalaReflect(tpe: tools.nsc.Global.Type, manifestInScope: tools.nsc.Global.Tree): Nothing
- def CannotReifyCompoundTypeTreeWithNonEmptyBody(ctt: tools.nsc.Global.CompoundTypeTree): Nothing
- def CannotReifyErroneousPrefix(prefix: tools.nsc.Global.Tree): Nothing
- def CannotReifyErroneousReifee(reifee: Any): Nothing
- def CannotReifyInvalidLazyVal(tree: tools.nsc.Global.ValDef): Nothing
- def CannotReifyRuntimeSplice(tree: tools.nsc.Global.Tree): Nothing
- def CannotReifyType(tpe: tools.nsc.Global.Type): Nothing
- def CannotReifyUntypedPrefix(prefix: tools.nsc.Global.Tree): Nothing
- def CannotReifyUntypedReifee(reifee: Any): Nothing
- def CannotReifyWeakType(details: Any): Nothing
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def defaultErrorPosition: tools.nsc.Global.Position
- def ensuring(cond: (Errors) ⇒ Boolean, msg: ⇒ Any): Errors
- def ensuring(cond: (Errors) ⇒ Boolean): Errors
- def ensuring(cond: Boolean, msg: ⇒ Any): Errors
- def ensuring(cond: Boolean): Errors
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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): (Errors, B)
The Scala compiler and reflection APIs.