final class IoflowTraversal[NodeType <: Ioflow] extends AnyVal
Traversal steps for Ioflow
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IoflowTraversal
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new IoflowTraversal(traversal: Traversal[NodeType])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def fingerprint(patterns: String*): Traversal[NodeType]
Traverse to nodes where the fingerprint matches at least one of the regular expressions in
values
- def fingerprint(pattern: String): Traversal[NodeType]
Traverse to nodes where the fingerprint matches the regular expression
value
- def fingerprint: Traversal[String]
Traverse to fingerprint property
- def fingerprintExact(values: String*): Traversal[NodeType]
Traverse to nodes where fingerprint matches one of the elements in
values
exactly. - def fingerprintExact(value: String): Traversal[NodeType]
Traverse to nodes where fingerprint matches
value
exactly. - def fingerprintNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where fingerprint does not match any of the regular expressions in
values
. - def fingerprintNot(pattern: String): Traversal[NodeType]
Traverse to nodes where fingerprint does not match the regular expression
value
. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def literalsToSink: Traversal[String]
Traverse to literalsToSink property
- def toString(): String
- Definition Classes
- Any
- val traversal: Traversal[NodeType]