Packages

final class IoflowTraversal[NodeType <: Ioflow] extends AnyVal

Traversal steps for Ioflow

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

Instance Constructors

  1. new IoflowTraversal(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 fingerprint(patterns: String*): Traversal[NodeType]

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

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

    Traverse to nodes where the fingerprint matches the regular expression value

  7. def fingerprint: Traversal[String]

    Traverse to fingerprint property

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

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

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

    Traverse to nodes where fingerprint matches value exactly.

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

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

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

    Traverse to nodes where fingerprint 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 literalsToSink: Traversal[String]

    Traverse to literalsToSink property

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

Inherited from AnyVal

Inherited from Any

Ungrouped