Packages

final class LocalTraversal[NodeType <: Local] extends AnyVal

Traversal steps for Local

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

Instance Constructors

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

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

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

    Traverse to nodes where the closureBindingId matches the regular expression value

  7. def closureBindingId: Traversal[String]

    Traverse to closureBindingId property

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

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

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

    Traverse to nodes where closureBindingId matches value exactly.

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

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

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

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

  12. def code(patterns: String*): Traversal[NodeType]

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

  13. def code(pattern: String): Traversal[NodeType]

    Traverse to nodes where the code matches the regular expression value

  14. def code: Traversal[String]

    Traverse to code property

  15. def codeExact(values: String*): Traversal[NodeType]

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

  16. def codeExact(value: String): Traversal[NodeType]

    Traverse to nodes where code matches value exactly.

  17. def codeNot(patterns: String*): Traversal[NodeType]

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

  18. def codeNot(pattern: String): Traversal[NodeType]

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

  19. def columnNumber(values: Integer*): Traversal[NodeType]

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

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

    Traverse to nodes where the columnNumber equals the given value

  21. def columnNumber: Traversal[Integer]

    Traverse to columnNumber property

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

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

  23. def columnNumberGte(value: Integer): Traversal[NodeType]

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

  24. def columnNumberLt(value: Integer): Traversal[NodeType]

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

  25. def columnNumberLte(value: Integer): Traversal[NodeType]

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

  26. def columnNumberNot(values: Integer*): Traversal[NodeType]

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

  27. def columnNumberNot(value: Integer): Traversal[NodeType]

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

  28. def dynamicTypeHintFullName: Traversal[String]

    Traverse to dynamicTypeHintFullName property

  29. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def lineNumber(values: Integer*): Traversal[NodeType]

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

  32. def lineNumber(value: Integer): Traversal[NodeType]

    Traverse to nodes where the lineNumber equals the given value

  33. def lineNumber: Traversal[Integer]

    Traverse to lineNumber property

  34. def lineNumberGt(value: Integer): Traversal[NodeType]

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

  35. def lineNumberGte(value: Integer): Traversal[NodeType]

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

  36. def lineNumberLt(value: Integer): Traversal[NodeType]

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

  37. def lineNumberLte(value: Integer): Traversal[NodeType]

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

  38. def lineNumberNot(values: Integer*): Traversal[NodeType]

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

  39. def lineNumberNot(value: Integer): Traversal[NodeType]

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

  40. def name(patterns: String*): Traversal[NodeType]

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

  41. def name(pattern: String): Traversal[NodeType]

    Traverse to nodes where the name matches the regular expression value

  42. def name: Traversal[String]

    Traverse to name property

  43. def nameExact(values: String*): Traversal[NodeType]

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

  44. def nameExact(value: String): Traversal[NodeType]

    Traverse to nodes where name matches value exactly.

  45. def nameNot(patterns: String*): Traversal[NodeType]

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

  46. def nameNot(pattern: String): Traversal[NodeType]

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

  47. def order(values: Integer*): Traversal[NodeType]

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

  48. def order(value: Integer): Traversal[NodeType]

    Traverse to nodes where the order equals the given value

  49. def order: Traversal[Integer]

    Traverse to order property

  50. def orderGt(value: Integer): Traversal[NodeType]

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

  51. def orderGte(value: Integer): Traversal[NodeType]

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

  52. def orderLt(value: Integer): Traversal[NodeType]

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

  53. def orderLte(value: Integer): Traversal[NodeType]

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

  54. def orderNot(values: Integer*): Traversal[NodeType]

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

  55. def orderNot(value: Integer): Traversal[NodeType]

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

  56. def toString(): String
    Definition Classes
    Any
  57. val traversal: Traversal[NodeType]
  58. def typeFullName(patterns: String*): Traversal[NodeType]

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

  59. def typeFullName(pattern: String): Traversal[NodeType]

    Traverse to nodes where the typeFullName matches the regular expression value

  60. def typeFullName: Traversal[String]

    Traverse to typeFullName property

  61. def typeFullNameExact(values: String*): Traversal[NodeType]

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

  62. def typeFullNameExact(value: String): Traversal[NodeType]

    Traverse to nodes where typeFullName matches value exactly.

  63. def typeFullNameNot(patterns: String*): Traversal[NodeType]

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

  64. def typeFullNameNot(pattern: String): Traversal[NodeType]

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

Inherited from AnyVal

Inherited from Any

Ungrouped