Packages

c

io.shiftleft.codepropertygraph.generated.traversal

ControlStructureTraversalExtGen

final class ControlStructureTraversalExtGen[NodeType <: ControlStructure] extends AnyVal

Traversal steps for ControlStructure

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

Instance Constructors

  1. new ControlStructureTraversalExtGen(traversal: Iterator[NodeType])

Value Members

  1. def argumentIndex(values: Int*): Iterator[NodeType]

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

  2. def argumentIndex(value: Int): Iterator[NodeType]

    Traverse to nodes where the argumentIndex equals the given value

  3. def argumentIndex: Iterator[Int]

    Traverse to argumentIndex property

  4. def argumentIndexGt(value: Int): Iterator[NodeType]

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

  5. def argumentIndexGte(value: Int): Iterator[NodeType]

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

  6. def argumentIndexLt(value: Int): Iterator[NodeType]

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

  7. def argumentIndexLte(value: Int): Iterator[NodeType]

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

  8. def argumentIndexNot(values: Int*): Iterator[NodeType]

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

  9. def argumentIndexNot(value: Int): Iterator[NodeType]

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

  10. def argumentName(patterns: String*): Iterator[NodeType]

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

  11. def argumentName(pattern: String): Iterator[NodeType]

    Traverse to nodes where the argumentName matches the regular expression value

  12. def argumentName: Iterator[String]

    Traverse to argumentName property

  13. def argumentNameExact(values: String*): Iterator[NodeType]

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

  14. def argumentNameExact(value: String): Iterator[NodeType]

    Traverse to nodes where argumentName matches value exactly.

  15. def argumentNameNot(patterns: String*): Iterator[NodeType]

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

  16. def argumentNameNot(pattern: String): Iterator[NodeType]

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

  17. def code(patterns: String*): Iterator[NodeType]

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

  18. def code(pattern: String): Iterator[NodeType]

    Traverse to nodes where the code matches the regular expression value

  19. def code: Iterator[String]

    Traverse to code property

  20. def codeExact(values: String*): Iterator[NodeType]

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

  21. def codeExact(value: String): Iterator[NodeType]

    Traverse to nodes where code matches value exactly.

  22. def codeNot(patterns: String*): Iterator[NodeType]

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

  23. def codeNot(pattern: String): Iterator[NodeType]

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

  24. def columnNumber(values: Integer*): Iterator[NodeType]

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

  25. def columnNumber(value: Integer): Iterator[NodeType]

    Traverse to nodes where the columnNumber equals the given value

  26. def columnNumber: Iterator[Integer]

    Traverse to columnNumber property

  27. def columnNumberGt(value: Integer): Iterator[NodeType]

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

  28. def columnNumberGte(value: Integer): Iterator[NodeType]

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

  29. def columnNumberLt(value: Integer): Iterator[NodeType]

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

  30. def columnNumberLte(value: Integer): Iterator[NodeType]

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

  31. def columnNumberNot(values: Integer*): Iterator[NodeType]

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

  32. def columnNumberNot(value: Integer): Iterator[NodeType]

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

  33. def controlStructureType(patterns: String*): Iterator[NodeType]

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

  34. def controlStructureType(pattern: String): Iterator[NodeType]

    Traverse to nodes where the controlStructureType matches the regular expression value

  35. def controlStructureType: Iterator[String]

    Traverse to controlStructureType property

  36. def controlStructureTypeExact(values: String*): Iterator[NodeType]

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

  37. def controlStructureTypeExact(value: String): Iterator[NodeType]

    Traverse to nodes where controlStructureType matches value exactly.

  38. def controlStructureTypeNot(patterns: String*): Iterator[NodeType]

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

  39. def controlStructureTypeNot(pattern: String): Iterator[NodeType]

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

  40. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  41. def lineNumber(values: Integer*): Iterator[NodeType]

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

  42. def lineNumber(value: Integer): Iterator[NodeType]

    Traverse to nodes where the lineNumber equals the given value

  43. def lineNumber: Iterator[Integer]

    Traverse to lineNumber property

  44. def lineNumberGt(value: Integer): Iterator[NodeType]

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

  45. def lineNumberGte(value: Integer): Iterator[NodeType]

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

  46. def lineNumberLt(value: Integer): Iterator[NodeType]

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

  47. def lineNumberLte(value: Integer): Iterator[NodeType]

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

  48. def lineNumberNot(values: Integer*): Iterator[NodeType]

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

  49. def lineNumberNot(value: Integer): Iterator[NodeType]

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

  50. def order(values: Int*): Iterator[NodeType]

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

  51. def order(value: Int): Iterator[NodeType]

    Traverse to nodes where the order equals the given value

  52. def order: Iterator[Int]

    Traverse to order property

  53. def orderGt(value: Int): Iterator[NodeType]

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

  54. def orderGte(value: Int): Iterator[NodeType]

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

  55. def orderLt(value: Int): Iterator[NodeType]

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

  56. def orderLte(value: Int): Iterator[NodeType]

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

  57. def orderNot(values: Int*): Iterator[NodeType]

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

  58. def orderNot(value: Int): Iterator[NodeType]

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

  59. def parserTypeName(patterns: String*): Iterator[NodeType]

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

  60. def parserTypeName(pattern: String): Iterator[NodeType]

    Traverse to nodes where the parserTypeName matches the regular expression value

  61. def parserTypeName: Iterator[String]

    Traverse to parserTypeName property

  62. def parserTypeNameExact(values: String*): Iterator[NodeType]

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

  63. def parserTypeNameExact(value: String): Iterator[NodeType]

    Traverse to nodes where parserTypeName matches value exactly.

  64. def parserTypeNameNot(patterns: String*): Iterator[NodeType]

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

  65. def parserTypeNameNot(pattern: String): Iterator[NodeType]

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

  66. val traversal: Iterator[NodeType]