Packages

final class MatchInfoTraversal[NodeType <: MatchInfo] extends AnyVal

Traversal steps for MatchInfo

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatchInfoTraversal
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MatchInfoTraversal(traversal: Traversal[NodeType])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def category(patterns: String*): Traversal[NodeType]

    Traverse to nodes where the category matches at least one of the regular expressions in values

  6. def category(pattern: String): Traversal[NodeType]

    Traverse to nodes where the category matches the regular expression value

  7. def category: Traversal[String]

    Traverse to category property

  8. def categoryExact(values: String*): Traversal[NodeType]

    Traverse to nodes where category matches one of the elements in values exactly.

  9. def categoryExact(value: String): Traversal[NodeType]

    Traverse to nodes where category matches value exactly.

  10. def categoryNot(patterns: String*): Traversal[NodeType]

    Traverse to nodes where category does not match any of the regular expressions in values.

  11. def categoryNot(pattern: String): Traversal[NodeType]

    Traverse to nodes where category does not match the regular expression value.

  12. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def pattern(patterns: String*): Traversal[NodeType]

    Traverse to nodes where the pattern matches at least one of the regular expressions in values

  15. def pattern(pattern: String): Traversal[NodeType]

    Traverse to nodes where the pattern matches the regular expression value

  16. def pattern: Traversal[String]

    Traverse to pattern property

  17. def patternExact(values: String*): Traversal[NodeType]

    Traverse to nodes where pattern matches one of the elements in values exactly.

  18. def patternExact(value: String): Traversal[NodeType]

    Traverse to nodes where pattern matches value exactly.

  19. def patternNot(patterns: String*): Traversal[NodeType]

    Traverse to nodes where pattern does not match any of the regular expressions in values.

  20. def patternNot(pattern: String): Traversal[NodeType]

    Traverse to nodes where pattern does not match the regular expression value.

  21. def toString(): String
    Definition Classes
    Any
  22. val traversal: Traversal[NodeType]

Inherited from AnyVal

Inherited from Any

Ungrouped