trait ContextErrors extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContextErrors
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract class AbsAmbiguousTypeError extends Analyzer.AbsTypeError
- sealed abstract class AbsTypeError extends Throwable
- case class AccessTypeError (underlyingTree: Global.Tree, errMsg: String) extends Analyzer.TreeTypeError with Product with Serializable
- case class AmbiguousImplicitTypeError (underlyingTree: Global.Tree, errMsg: String) extends Analyzer.AbsAmbiguousTypeError with Product with Serializable
- case class AmbiguousTypeError (errPos: Global.Position, errMsg: String) extends Analyzer.AbsAmbiguousTypeError with Product with Serializable
- case class DivergentImplicitTypeError (underlyingTree: Global.Tree, pt0: Global.Type, sym: Global.Symbol) extends Analyzer.TreeTypeError with Product with Serializable
- trait ImplicitsContextErrors extends AnyRef
- trait InferencerContextErrors extends AnyRef
- trait NamerContextErrors extends AnyRef
- case class NormalTypeError (underlyingTree: Global.Tree, errMsg: String) extends Analyzer.TreeTypeError with Product with Serializable
-
class
NormalTypeErrorFromCyclicReference
extends Analyzer.NormalTypeError
Marks a TypeError that was constructed from a CyclicReference (under silent).
Marks a TypeError that was constructed from a CyclicReference (under silent). This is used for named arguments, where we need to know if an assignment expression failed with a cyclic reference or some other type error.
- case class PosAndMsgTypeError (errPos: Global.Position, errMsg: String) extends Analyzer.AbsTypeError with Product with Serializable
- case class SymbolTypeError (underlyingSym: Global.Symbol, errMsg: String) extends Analyzer.AbsTypeError with Product with Serializable
- sealed abstract class TreeTypeError extends Analyzer.AbsTypeError
- case class TypeErrorWithUnderlyingTree (tree: Global.Tree, ex: Global.TypeError) extends Analyzer.AbsTypeError with Product with Serializable
- case class TypeErrorWrapper (ex: Global.TypeError) extends Analyzer.AbsTypeError with Product with Serializable
- trait TyperContextErrors extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ContextErrors to any2stringadd[ContextErrors] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ContextErrors, B)
- Implicit
- This member is added by an implicit conversion from ContextErrors to ArrowAssoc[ContextErrors] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def MacroCantExpand210xMacrosError(internalMessage: String): Nothing
- def MacroCantExpandIncompatibleMacrosError(internalMessage: String): Nothing
- def NoImplicitFoundError(tree: Global.Tree, param: Global.Symbol)(implicit context: Analyzer.Context): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (ContextErrors) ⇒ Boolean, msg: ⇒ Any): ContextErrors
- Implicit
- This member is added by an implicit conversion from ContextErrors to Ensuring[ContextErrors] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ContextErrors) ⇒ Boolean): ContextErrors
- Implicit
- This member is added by an implicit conversion from ContextErrors to Ensuring[ContextErrors] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ContextErrors
- Implicit
- This member is added by an implicit conversion from ContextErrors to Ensuring[ContextErrors] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ContextErrors
- Implicit
- This member is added by an implicit conversion from ContextErrors to Ensuring[ContextErrors] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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
- Implicit
- This member is added by an implicit conversion from ContextErrors to StringFormat[ContextErrors] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notAnyRefMessage(found: Global.Type): String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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
- @throws( ... )
-
def
→[B](y: B): (ContextErrors, B)
- Implicit
- This member is added by an implicit conversion from ContextErrors to ArrowAssoc[ContextErrors] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- object ErrorUtils
- object NamesDefaultsErrorsGen
The Scala compiler and reflection APIs.