scala.tools.reflect.FrontEnds

FrontEndToReporterProxy

abstract class FrontEndToReporterProxy extends AbstractReporter

Source
FrontEnds.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FrontEndToReporterProxy
  2. AbstractReporter
  3. Reporter
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FrontEndToReporterProxy(frontEnd: FrontEnd)

Type Members

  1. type NscSeverity = Severity

  2. class Severity extends Value

    Definition Classes
    Reporter

Abstract Value Members

  1. abstract val settings: Settings

    Definition Classes
    AbstractReporter

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (FrontEndToReporterProxy, B)

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to ArrowAssoc[FrontEndToReporterProxy] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val API_ERROR: Severity

  9. val API_INFO: Severity

  10. val API_WARNING: Severity

  11. val ERROR: Severity

    Definition Classes
    Reporter
  12. val INFO: Severity

    Definition Classes
    Reporter
  13. val NSC_ERROR: Severity

  14. val NSC_INFO: Severity

  15. val NSC_WARNING: Severity

  16. val WARNING: Severity

    Definition Classes
    Reporter
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. var cancelled: Boolean

    Definition Classes
    Reporter
  19. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def comment(pos: Position, msg: String): Unit

    Definition Classes
    Reporter
  21. def display(pos: Position, msg: String, nscSeverity: NscSeverity): Unit

  22. def displayPrompt(): Unit

  23. def echo(pos: Position, msg: String): Unit

    Definition Classes
    Reporter
  24. def echo(msg: String): Unit

    For sending a message which should not be labeled as a warning/error, but also shouldn't require -verbose to be visible.

    For sending a message which should not be labeled as a warning/error, but also shouldn't require -verbose to be visible.

    Definition Classes
    Reporter
  25. def ensuring(cond: (FrontEndToReporterProxy) ⇒ Boolean, msg: ⇒ Any): FrontEndToReporterProxy

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to Ensuring[FrontEndToReporterProxy] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: (FrontEndToReporterProxy) ⇒ Boolean): FrontEndToReporterProxy

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to Ensuring[FrontEndToReporterProxy] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean, msg: ⇒ Any): FrontEndToReporterProxy

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to Ensuring[FrontEndToReporterProxy] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean): FrontEndToReporterProxy

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to Ensuring[FrontEndToReporterProxy] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  31. def error(pos: Position, msg: String): Unit

    Definition Classes
    Reporter
  32. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def flush(): Unit

    Definition Classes
    Reporter
  34. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  35. val frontEnd: FrontEnd

  36. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  37. def hasErrors: Boolean

    Definition Classes
    Reporter
  38. def hasWarnings: Boolean

    Definition Classes
    Reporter
  39. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  40. def incompleteHandled: Boolean

    Definition Classes
    Reporter
  41. def incompleteInputError(pos: Position, msg: String): Unit

    Definition Classes
    Reporter
  42. def info(pos: Position, msg: String, force: Boolean): Unit

    Informational messages, suppressed unless -verbose or force=true.

    Informational messages, suppressed unless -verbose or force=true.

    Definition Classes
    Reporter
  43. def info0(pos: Position, msg: String, _severity: Severity, force: Boolean): Unit

    Attributes
    protected
    Definition Classes
    AbstractReporterReporter
  44. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  45. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def reset(): Unit

    Definition Classes
    AbstractReporterReporter
  49. object severity extends Enumeration

    Definition Classes
    Reporter
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def toString(): String

    Definition Classes
    AnyRef → Any
  52. def truncationOK: Boolean

    Definition Classes
    Reporter
  53. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  54. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  55. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  56. def warning(pos: Position, msg: String): Unit

    Warnings and errors.

    Warnings and errors.

    Definition Classes
    Reporter
  57. def withIncompleteHandler[T](handler: (Position, String) ⇒ Unit)(thunk: ⇒ T): T

    Definition Classes
    Reporter
  58. def withoutTruncating[T](body: ⇒ T): T

    Definition Classes
    Reporter
  59. def [B](y: B): (FrontEndToReporterProxy, B)

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to ArrowAssoc[FrontEndToReporterProxy] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (frontEndToReporterProxy: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (frontEndToReporterProxy: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def countAsString(n: Int): String

    Definition Classes
    Reporter
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.StringOps

  2. def countElementsAsString(n: Int, elements: String): String

    Definition Classes
    Reporter
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.StringOps

  3. def x: FrontEndToReporterProxy

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to ArrowAssoc[FrontEndToReporterProxy] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (frontEndToReporterProxy: ArrowAssoc[FrontEndToReporterProxy]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: FrontEndToReporterProxy

    Implicit information
    This member is added by an implicit conversion from FrontEndToReporterProxy to Ensuring[FrontEndToReporterProxy] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (frontEndToReporterProxy: Ensuring[FrontEndToReporterProxy]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AbstractReporter

Inherited from Reporter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from FrontEndToReporterProxy to StringAdd

Inherited by implicit conversion any2stringfmt from FrontEndToReporterProxy to StringFormat

Inherited by implicit conversion any2ArrowAssoc from FrontEndToReporterProxy to ArrowAssoc[FrontEndToReporterProxy]

Inherited by implicit conversion any2Ensuring from FrontEndToReporterProxy to Ensuring[FrontEndToReporterProxy]