Packages

final class CallTraversal[NodeType <: Call] extends AnyVal

Traversal steps for Call

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

Instance Constructors

  1. new CallTraversal(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: Integer*): Traversal[NodeType]

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

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

    Traverse to nodes where the argumentIndex equals the given value

  6. def argumentIndex: Traversal[Integer]

    Traverse to argumentIndex property

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Traverse to nodes where the code matches the regular expression value

  16. def code: Traversal[String]

    Traverse to code property

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

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

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

    Traverse to nodes where code matches value exactly.

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

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

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

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

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

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

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

    Traverse to nodes where the columnNumber equals the given value

  23. def columnNumber: Traversal[Integer]

    Traverse to columnNumber property

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Traverse to nodes where the dispatchType matches the regular expression value

  32. def dispatchType: Traversal[String]

    Traverse to dispatchType property

  33. def dispatchTypeExact(values: String*): Traversal[NodeType]

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

  34. def dispatchTypeExact(value: String): Traversal[NodeType]

    Traverse to nodes where dispatchType matches value exactly.

  35. def dispatchTypeNot(patterns: String*): Traversal[NodeType]

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

  36. def dispatchTypeNot(pattern: String): Traversal[NodeType]

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

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

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

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

    Traverse to nodes where the lineNumber equals the given value

  41. def lineNumber: Traversal[Integer]

    Traverse to lineNumber property

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

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

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

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

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

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

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

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

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

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

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

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

  48. def methodFullName(patterns: String*): Traversal[NodeType]

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

  49. def methodFullName(pattern: String): Traversal[NodeType]

    Traverse to nodes where the methodFullName matches the regular expression value

  50. def methodFullName: Traversal[String]

    Traverse to methodFullName property

  51. def methodFullNameExact(values: String*): Traversal[NodeType]

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

  52. def methodFullNameExact(value: String): Traversal[NodeType]

    Traverse to nodes where methodFullName matches value exactly.

  53. def methodFullNameNot(patterns: String*): Traversal[NodeType]

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

  54. def methodFullNameNot(pattern: String): Traversal[NodeType]

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

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

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

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

    Traverse to nodes where the name matches the regular expression value

  57. def name: Traversal[String]

    Traverse to name property

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

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

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

    Traverse to nodes where name matches value exactly.

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

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

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

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

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

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

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

    Traverse to nodes where the order equals the given value

  64. def order: Traversal[Integer]

    Traverse to order property

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

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

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

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

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

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

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

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

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

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

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

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

  71. def signature(patterns: String*): Traversal[NodeType]

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

  72. def signature(pattern: String): Traversal[NodeType]

    Traverse to nodes where the signature matches the regular expression value

  73. def signature: Traversal[String]

    Traverse to signature property

  74. def signatureExact(values: String*): Traversal[NodeType]

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

  75. def signatureExact(value: String): Traversal[NodeType]

    Traverse to nodes where signature matches value exactly.

  76. def signatureNot(patterns: String*): Traversal[NodeType]

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

  77. def signatureNot(pattern: String): Traversal[NodeType]

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

  78. def toString(): String
    Definition Classes
    Any
  79. val traversal: Traversal[NodeType]
  80. def typeFullName(patterns: String*): Traversal[NodeType]

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

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

    Traverse to nodes where the typeFullName matches the regular expression value

  82. def typeFullName: Traversal[String]

    Traverse to typeFullName property

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

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

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

    Traverse to nodes where typeFullName matches value exactly.

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

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

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