Packages

final class VariableInfoTraversal[NodeType <: VariableInfo] extends AnyVal

Traversal steps for VariableInfo

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

Instance Constructors

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

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

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

    Traverse to nodes where the evaluationType matches the regular expression value

  7. def evaluationType: Traversal[String]

    Traverse to evaluationType property

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

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

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

    Traverse to nodes where evaluationType matches value exactly.

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

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

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

    Traverse to nodes where evaluationType 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 parameterIndex(values: Integer*): Traversal[NodeType]

    Traverse to nodes where the parameterIndex equals at least one of the given values

  15. def parameterIndex(value: Integer): Traversal[NodeType]

    Traverse to nodes where the parameterIndex equals the given value

  16. def parameterIndex: Traversal[Integer]

    Traverse to parameterIndex property

  17. def parameterIndexGt(value: Integer): Traversal[NodeType]

    Traverse to nodes where the parameterIndex is greater than the given value

  18. def parameterIndexGte(value: Integer): Traversal[NodeType]

    Traverse to nodes where the parameterIndex is greater than or equal the given value

  19. def parameterIndexLt(value: Integer): Traversal[NodeType]

    Traverse to nodes where the parameterIndex is less than the given value

  20. def parameterIndexLte(value: Integer): Traversal[NodeType]

    Traverse to nodes where the parameterIndex is less than or equal the given value

  21. def parameterIndexNot(values: Integer*): Traversal[NodeType]

    Traverse to nodes where parameterIndex is not equal to any of the given values.

  22. def parameterIndexNot(value: Integer): Traversal[NodeType]

    Traverse to nodes where parameterIndex is not equal to the given value.

  23. def toString(): String
    Definition Classes
    Any
  24. val traversal: Traversal[NodeType]
  25. def varType(patterns: String*): Traversal[NodeType]

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

  26. def varType(pattern: String): Traversal[NodeType]

    Traverse to nodes where the varType matches the regular expression value

  27. def varType: Traversal[String]

    Traverse to varType property

  28. def varTypeExact(values: String*): Traversal[NodeType]

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

  29. def varTypeExact(value: String): Traversal[NodeType]

    Traverse to nodes where varType matches value exactly.

  30. def varTypeNot(patterns: String*): Traversal[NodeType]

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

  31. def varTypeNot(pattern: String): Traversal[NodeType]

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

Inherited from AnyVal

Inherited from Any

Ungrouped