org.scalastyle

Checker

trait Checker[A] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Checker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val errorKey: String

    Attributes
    protected
  2. abstract def verify(ast: A): List[ScalastyleError]

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def charsBetweenTokens(left: Token, right: Token): Int

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. var customErrorKey: Option[String]

  10. var customMessage: Option[String]

  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def getBoolean(parameter: String, defaultValue: Boolean): Boolean

    Attributes
    protected
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getInt(parameter: String, defaultValue: Int): Int

    Attributes
    protected
  17. def getString(parameter: String, defaultValue: String): String

    Attributes
    protected
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isNotObject(s: String): Boolean

    Attributes
    protected
  21. def isObject(s: String): Boolean

    Attributes
    protected
  22. var level: Level

  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. var parameters: Map[String, String]

  27. def setCustomErrorKey(customErrorKey: Option[String]): Unit

    Attributes
    protected
  28. def setCustomMessage(customMessage: Option[String]): Unit

    Attributes
    protected
  29. def setLevel(level: Level): Unit

    Attributes
    protected
  30. def setParameters(parameters: Map[String, String]): Unit

    Attributes
    protected
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def toStyleError[T <: FileSpec](file: T, p: ScalastyleError, level: Level, lines: Lines): Message[T]

    Attributes
    protected
  34. def verify[T <: FileSpec](file: T, level: Level, ast: A, lines: Lines): List[Message[T]]

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped