Packages

p

rsc

report

package report

Linear Supertypes
Points, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. report
  2. Points
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class AmbiguousId(id: Id, resolution: AmbiguousResolution) extends Message with Product with Serializable
  2. final case class AmbiguousMember(env: Env, id: Id, resolution: AmbiguousResolution) extends Message with Product with Serializable
  3. sealed class ConsoleReporter extends Reporter
  4. final case class CrashMessage(ex: Throwable) extends Message with Product with Serializable
  5. final case class DefnClassInitTypeParamsMissing(outline: DefnClass, init: Init, warn: Boolean = true) extends Message with Product with Serializable
  6. final case class DefnMethodNotype(outline: DefnMethod, warn: Boolean = true) extends Message with Product with Serializable
  7. final case class ErrorSummary(errors: List[Message]) extends Message with Product with Serializable
  8. final case class ExpectedClassOrObjectDefinition(pos: Position) extends Message with Product with Serializable
  9. final case class ExpectedId(pos: Position, expected: String, actual: lexis.Token) extends Message with Product with Serializable
  10. final case class ExpectedStartOfDefinition(pos: Position) extends Message with Product with Serializable
  11. final case class ExpectedToken(pos: Position, expected: lexis.Token, actual: lexis.Token) extends Message with Product with Serializable
  12. final case class ExpectedTypeRhs(pos: Position) extends Message with Product with Serializable
  13. final case class FileNotFound(input: Input) extends Message with Product with Serializable
  14. final case class IllegalCharacter(pos: Position) extends Message with Product with Serializable
  15. final case class IllegalComment(pos: Position) extends Message with Product with Serializable
  16. final case class IllegalCyclicReference(work: Work) extends Message with Product with Serializable
  17. final case class IllegalEllipsis(pos: Position) extends Message with Product with Serializable
  18. final case class IllegalEscape(pos: Position) extends Message with Product with Serializable
  19. final case class IllegalIdentifier(pos: Position) extends Message with Product with Serializable
  20. final case class IllegalLanguage(pos: Position) extends Message with Product with Serializable
  21. final case class IllegalLiteral(pos: Position) extends Message with Product with Serializable
  22. final case class IllegalModifier(pos: Position) extends Message with Product with Serializable
  23. final case class IllegalNumber(pos: Position) extends Message with Product with Serializable
  24. final case class IllegalOutline(tree: Tree) extends Message with Product with Serializable
  25. final case class IllegalParent(tpt: Tpt) extends Message with Product with Serializable
  26. final case class IllegalSelf(pos: Position) extends Message with Product with Serializable
  27. final case class IllegalSplice(pos: Position) extends Message with Product with Serializable
  28. final case class IllegalStartOfDeclaration(pos: Position) extends Message with Product with Serializable
  29. final case class IllegalStartOfDefinition(pos: Position) extends Message with Product with Serializable
  30. final case class IllegalStartOfSimplePat(pos: Position) extends Message with Product with Serializable
  31. final case class IllegalStartOfSimpleTerm(pos: Position) extends Message with Product with Serializable
  32. final case class IllegalStartOfStatement(pos: Position) extends Message with Product with Serializable
  33. final case class IllegalXml(pos: Position) extends Message with Product with Serializable
  34. final case class LeadingZero(pos: Position) extends Message with Product with Serializable
  35. sealed trait Message extends Pretty with Product
  36. final case class MixedLeftAndRightAssociativeOps(pos: Position, op1: String, op2: String) extends Message with Product with Serializable
  37. trait Points extends AnyRef
  38. implicit class TreePointOps extends AnyRef
    Definition Classes
    Points
  39. final case class RepeatedModifier(pos: Position) extends Message with Product with Serializable
  40. trait Reporter extends AnyRef
  41. sealed trait Severity extends Pretty with Product
  42. sealed class StoreReporter extends Reporter
  43. final case class UnboundId(id: Id) extends Message with Product with Serializable
  44. final case class UnboundMember(env: Env, id: Id) extends Message with Product with Serializable
  45. final case class UnboundWildcard(pos: Position) extends Message with Product with Serializable
  46. final case class UnclosedBackquotedId(pos: Position) extends Message with Product with Serializable
  47. final case class UnclosedCharacter(pos: Position) extends Message with Product with Serializable
  48. final case class UnclosedInterpolation(pos: Position) extends Message with Product with Serializable
  49. final case class UnclosedString(pos: Position) extends Message with Product with Serializable
  50. final case class VerboseMessage(pos: Position, text: String) extends Message with Product with Serializable

Value Members

  1. object ConsoleReporter
  2. object ErrorSeverity extends Severity with Product with Serializable
  3. object FatalSeverity extends Severity with Product with Serializable
  4. object StoreReporter
  5. object VerboseMessage extends Serializable
  6. object VerboseSeverity extends Severity with Product with Serializable
  7. object WarningSeverity extends Severity with Product with Serializable

Inherited from Points

Inherited from AnyRef

Inherited from Any

Ungrouped