Packages

c

io.shiftleft.codepropertygraph.generated.traversal

MethodParameterInTraversalExtGen

final class MethodParameterInTraversalExtGen[NodeType <: MethodParameterIn] extends AnyVal

Traversal steps for MethodParameterIn

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

Instance Constructors

  1. new MethodParameterInTraversalExtGen(traversal: IterableOnce[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 asOutput: Traversal[MethodParameterOut]

    Traverse to corresponding formal output parameter

    Traverse to corresponding formal output parameter

    Annotations
    @Doc()
  6. def code(patterns: String*): Traversal[NodeType]

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

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

    Traverse to nodes where the code matches the regular expression value

  8. def code: Traversal[String]

    Traverse to code property

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

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

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

    Traverse to nodes where code matches value exactly.

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

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

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

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

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

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

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

    Traverse to nodes where the columnNumber equals the given value

  15. def columnNumber: Traversal[Integer]

    Traverse to columnNumber property

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

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

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

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

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

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

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

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

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

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

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

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

  22. def dynamicTypeHintFullName: Traversal[String]

    Traverse to dynamicTypeHintFullName property

  23. def evaluationStrategy(patterns: String*): Traversal[NodeType]

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

  24. def evaluationStrategy(pattern: String): Traversal[NodeType]

    Traverse to nodes where the evaluationStrategy matches the regular expression value

  25. def evaluationStrategy: Traversal[String]

    Traverse to evaluationStrategy property

  26. def evaluationStrategyExact(values: String*): Traversal[NodeType]

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

  27. def evaluationStrategyExact(value: String): Traversal[NodeType]

    Traverse to nodes where evaluationStrategy matches value exactly.

  28. def evaluationStrategyNot(patterns: String*): Traversal[NodeType]

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

  29. def evaluationStrategyNot(pattern: String): Traversal[NodeType]

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

  30. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  31. def index(values: Int*): Traversal[NodeType]

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

  32. def index(value: Int): Traversal[NodeType]

    Traverse to nodes where the index equals the given value

  33. def index: Traversal[Int]

    Traverse to index property

  34. def indexGt(value: Int): Traversal[NodeType]

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

  35. def indexGte(value: Int): Traversal[NodeType]

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

  36. def indexLt(value: Int): Traversal[NodeType]

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

  37. def indexLte(value: Int): Traversal[NodeType]

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

  38. def indexNot(values: Int*): Traversal[NodeType]

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

  39. def indexNot(value: Int): Traversal[NodeType]

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

  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isVariadic(value: Boolean): Traversal[NodeType]

    Traverse to nodes where the isVariadic equals the given value

  42. def isVariadic: Traversal[Boolean]

    Traverse to isVariadic property

  43. def isVariadicNot(value: Boolean): Traversal[NodeType]

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

  44. def lineNumber(values: Integer*): Traversal[NodeType]

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

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

    Traverse to nodes where the lineNumber equals the given value

  46. def lineNumber: Traversal[Integer]

    Traverse to lineNumber property

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

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

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

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

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

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

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

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

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

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

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

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

  53. def method: Traversal[Method]

    Traverse to method associated with this formal parameter

    Traverse to method associated with this formal parameter

    Annotations
    @Doc()
  54. def name(patterns: String*): Traversal[NodeType]

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

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

    Traverse to nodes where the name matches the regular expression value

  56. def name: Traversal[String]

    Traverse to name property

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

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

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

    Traverse to nodes where name matches value exactly.

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

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

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

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

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

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

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

    Traverse to nodes where the order equals the given value

  63. def order: Traversal[Int]

    Traverse to order property

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

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

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

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

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

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

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

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

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

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

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

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

  70. def referencingIdentifiers: Traversal[Identifier]

    Places (identifier) where this parameter is being referenced

    Places (identifier) where this parameter is being referenced

    Annotations
    @Doc()
  71. def toString(): String
    Definition Classes
    Any
  72. val traversal: IterableOnce[NodeType]
  73. def typ: Traversal[Type]

    Traverse to parameter type

    Traverse to parameter type

    Annotations
    @Doc()
  74. def typeFullName(patterns: String*): Traversal[NodeType]

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

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

    Traverse to nodes where the typeFullName matches the regular expression value

  76. def typeFullName: Traversal[String]

    Traverse to typeFullName property

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

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

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

    Traverse to nodes where typeFullName matches value exactly.

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

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

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