Packages

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. Protected

Type Members

  1. type Rule = v0.Rule
  2. type RuleCtx = v0.RuleCtx
  3. final case class RuleIdentifier(value: String, deprecated: Option[Deprecated]) extends Product with Serializable

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

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

    A thin wrapper around a list of RuleIdentifier.

  5. type SemanticRule = v0.SemanticRule

Value Members

  1. val Rule: v0.Rule.type
  2. val RuleCtx: v0.RuleCtx.type
  3. object RuleIdentifier extends Serializable
  4. object RuleName extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped