Packages

final class MethodInstTraversal[NodeType <: MethodInst] extends AnyVal

Traversal steps for MethodInst

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

Instance Constructors

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

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

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

    Traverse to nodes where the code matches the regular expression value

  7. def code: Traversal[String]

    Traverse to code property

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

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

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

    Traverse to nodes where code matches value exactly.

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

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

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

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

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

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

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

    Traverse to nodes where the columnNumber equals the given value

  14. def columnNumber: Traversal[Integer]

    Traverse to columnNumber property

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

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

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

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

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

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

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

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

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

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

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

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

  21. def fullName(patterns: String*): Traversal[NodeType]

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

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

    Traverse to nodes where the fullName matches the regular expression value

  23. def fullName: Traversal[String]

    Traverse to fullName property

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

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

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

    Traverse to nodes where fullName matches value exactly.

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

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

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

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

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

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

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

    Traverse to nodes where the lineNumber equals the given value

  32. def lineNumber: Traversal[Integer]

    Traverse to lineNumber property

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Traverse to nodes where the methodFullName matches the regular expression value

  41. def methodFullName: Traversal[String]

    Traverse to methodFullName property

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

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

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

    Traverse to nodes where methodFullName matches value exactly.

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

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

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

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

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

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

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

    Traverse to nodes where the name matches the regular expression value

  48. def name: Traversal[String]

    Traverse to name property

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

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

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

    Traverse to nodes where name matches value exactly.

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

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

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

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

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

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

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

    Traverse to nodes where the order equals the given value

  55. def order: Traversal[Integer]

    Traverse to order property

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Traverse to nodes where the signature matches the regular expression value

  64. def signature: Traversal[String]

    Traverse to signature property

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

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

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

    Traverse to nodes where signature matches value exactly.

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

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

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

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

  69. def toString(): String
    Definition Classes
    Any
  70. val traversal: Traversal[NodeType]

Inherited from AnyVal

Inherited from Any

Ungrouped