ExAST.Selector.CommentMatcher (ExAST v0.11.0)

Copy Markdown View Source

Comment text matcher used by comment predicates.

Summary

Types

kind()

@type kind() :: :text | :exact | :prefix | :suffix

t()

@type t() :: %ExAST.Selector.CommentMatcher{
  case_sensitive?: boolean(),
  kind: kind(),
  value: String.t()
}