final class BlockTraversalExtGen[NodeType <: Block] extends AnyVal

Traversal steps for Block

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

Instance Constructors

  1. new BlockTraversalExtGen(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. def argumentIndex(values: Int*): Traversal[NodeType]

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

  5. def argumentIndex(value: Int): Traversal[NodeType]

    Traverse to nodes where the argumentIndex equals the given value

  6. def argumentIndex: Traversal[Int]

    Traverse to argumentIndex property

  7. def argumentIndexGt(value: Int): Traversal[NodeType]

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

  8. def argumentIndexGte(value: Int): Traversal[NodeType]

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

  9. def argumentIndexLt(value: Int): Traversal[NodeType]

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

  10. def argumentIndexLte(value: Int): Traversal[NodeType]

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

  11. def argumentIndexNot(values: Int*): Traversal[NodeType]

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

  12. def argumentIndexNot(value: Int): Traversal[NodeType]

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

  13. def argumentName(patterns: String*): Traversal[NodeType]

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

  14. def argumentName(pattern: String): Traversal[NodeType]

    Traverse to nodes where the argumentName matches the regular expression value

  15. def argumentName: Traversal[String]

    Traverse to argumentName property

  16. def argumentNameExact(values: String*): Traversal[NodeType]

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

  17. def argumentNameExact(value: String): Traversal[NodeType]

    Traverse to nodes where argumentName matches value exactly.

  18. def argumentNameNot(patterns: String*): Traversal[NodeType]

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

  19. def argumentNameNot(pattern: String): Traversal[NodeType]

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

  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def code(patterns: String*): Traversal[NodeType]

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

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

    Traverse to nodes where the code matches the regular expression value

  23. def code: Traversal[String]

    Traverse to code property

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

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

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

    Traverse to nodes where code matches value exactly.

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

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

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

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

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

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

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

    Traverse to nodes where the columnNumber equals the given value

  30. def columnNumber: Traversal[Integer]

    Traverse to columnNumber property

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

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

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

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

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

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

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

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

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

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

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

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

  37. def dynamicTypeHintFullName: Traversal[String]

    Traverse to dynamicTypeHintFullName property

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

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

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

    Traverse to nodes where the lineNumber equals the given value

  42. def lineNumber: Traversal[Integer]

    Traverse to lineNumber property

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

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

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

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

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

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

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

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

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

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

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

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

  49. def order(values: Int*): Traversal[NodeType]

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

  50. def order(value: Int): Traversal[NodeType]

    Traverse to nodes where the order equals the given value

  51. def order: Traversal[Int]

    Traverse to order property

  52. def orderGt(value: Int): Traversal[NodeType]

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

  53. def orderGte(value: Int): Traversal[NodeType]

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

  54. def orderLt(value: Int): Traversal[NodeType]

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

  55. def orderLte(value: Int): Traversal[NodeType]

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

  56. def orderNot(values: Int*): Traversal[NodeType]

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

  57. def orderNot(value: Int): Traversal[NodeType]

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

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

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

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

    Traverse to nodes where the typeFullName matches the regular expression value

  62. def typeFullName: Traversal[String]

    Traverse to typeFullName property

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

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

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

    Traverse to nodes where typeFullName matches value exactly.

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

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

  66. 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