package conditions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class collectNodesOfType[T <: ASTNode]()(implicit tag: ClassTag[T]) extends (Any) ⇒ Seq[T] with Product with Serializable
  2. case class containsNoMatchingNodes(matcher: PartialFunction[ASTNode, String]) extends (Any) ⇒ Seq[String] with Product with Serializable
  3. case class containsNoNodesOfType[T <: ASTNode]()(implicit tag: ClassTag[T]) extends Condition with Product with Serializable

Value Members

  1. object aggregationsAreIsolated extends Condition with Product with Serializable
  2. object containsNoReturnAll extends Condition with Product with Serializable
  3. object hasAggregateButIsNotAggregate extends (Expression) ⇒ Boolean
  4. object noDuplicatesInReturnItems extends Condition with Product with Serializable
  5. object noReferenceEqualityAmongVariables extends Condition with Product with Serializable
  6. object noUnnamedPatternElementsInMatch extends Condition with Product with Serializable
  7. object noUnnamedPatternElementsInPatternComprehension extends Condition with Product with Serializable
  8. object normalizedEqualsArguments extends Condition with Product with Serializable

Ungrouped