A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.11.12/scala-compiler/scala/tools/nsc/typechecker/ContextMode$.html below:

ContextMode - Scala Compiler 2.11.12

  • final def !=(arg0: Any): Boolean

    Test two objects for inequality.

  • final def ##(): Int

    Equivalent to x.hashCode except for boxed numeric types and null.

  • final def ==(arg0: Any): Boolean

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

  • final val AmbiguousErrors: ContextMode
  • final val ConstructorSuffix: ContextMode

    Are we in a secondary constructor after the this constructor call?

  • final val DefaultMode: ContextMode
  • final val EnrichmentEnabled: ContextMode

    To selectively allow enrichment in patterns, where other kinds of implicit conversions are not allowed

  • final val FormerNonStickyModes: ContextMode

    TODO: The "sticky modes" are EXPRmode, PATTERNmode, TYPEmode.

  • final val ImplicitsEnabled: ContextMode
  • final val MacrosEnabled: ContextMode
  • final val NOmode: ContextMode
  • final val PatternAlternative: ContextMode

    Are we typechecking pattern alternatives.

  • final val ReTyping: ContextMode

    Are we retypechecking arguments independently from the function applied to them? See Typer.tryTypedApply TODO - iron out distinction/overlap with SecondTry.

  • final val ReturnExpr: ContextMode

    Are we in return position? Formerly RETmode.

  • final val ReturnsSeen: ContextMode

    For method context: were returns encountered?

  • final val SecondTry: ContextMode
  • final val SelfSuperCall: ContextMode

    Is this context (enclosed in) a constructor call? (the call to the super or self constructor in the first line of a constructor.) In such a context, the object's fields should not be in scope

  • final val StarPatterns: ContextMode

    Are star patterns allowed.

  • final val SuperInit: ContextMode

    Are we typing the "super" in a superclass constructor call super.<init>.

  • final val TypeConstructorAllowed: ContextMode

    Are unapplied type constructors allowed here? Formerly HKmode.

  • def apply(bits: Int): ContextMode
  • final def asInstanceOf[T0]: T0

    Cast the receiver object to be of type T0.

  • def clone(): AnyRef

    Create a copy of the receiver object.

  • final def eq(arg0: AnyRef): Boolean

    Tests whether the argument (that) is a reference to the receiver object (this).

  • def equals(arg0: Any): Boolean

    The equality method for reference types.

  • def finalize(): Unit

    Called by the garbage collector on the receiver object when there are no more references to the object.

  • final def getClass(): Class[_]

    A representation that corresponds to the dynamic class of the receiver object.

  • def hashCode(): Int

    The hashCode method for reference types.

  • final def isInstanceOf[T0]: Boolean

    Test whether the dynamic type of the receiver object is T0.

  • final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

  • final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

  • final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

  • final def synchronized[T0](arg0: ⇒ T0): T0
  • def toString(): String

    Creates a String representation of this object.

  • final def wait(): Unit
  • final def wait(arg0: Long, arg1: Int): Unit
  • final def wait(arg0: Long): Unit

  • RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4