Package

scalafix

rule

Permalink

package rule

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. rule
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Rule = v0.Rule

    Permalink
  2. type RuleCtx = v0.RuleCtx

    Permalink
  3. final case class RuleIdentifier(value: String, deprecated: Option[Deprecated]) extends Product with Serializable

    Permalink

    A thin wrapper around a string name and optional deprecation warning.

  4. final case class RuleName(identifiers: List[RuleIdentifier]) extends Product with Serializable

    Permalink

    A thin wrapper around a list of RuleIdentifier.

  5. type SemanticRule = v0.SemanticRule

    Permalink

Value Members

  1. val Rule: v0.Rule.type

    Permalink
  2. val RuleCtx: v0.RuleCtx.type

    Permalink
  3. object RuleIdentifier extends Serializable

    Permalink
  4. object RuleName extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped