ImportTraversalExtGen

io.shiftleft.codepropertygraph.generated.traversal.ImportTraversalExtGen
final class ImportTraversalExtGen[NodeType <: Import](val traversal: Iterator[NodeType]) extends AnyVal

Traversal steps for Import

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def code: Iterator[String]

Traverse to code property

Traverse to code property

Attributes

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

Traverse to nodes where the code matches the regular expression value

Traverse to nodes where the code matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where code matches value exactly.

Traverse to nodes where code matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def columnNumber: Iterator[Integer]

Traverse to columnNumber property

Traverse to columnNumber property

Attributes

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

Traverse to nodes where the columnNumber equals the given value

Traverse to nodes where the columnNumber equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def explicitAs: Iterator[Boolean]

Traverse to explicitAs property

Traverse to explicitAs property

Attributes

def explicitAs(value: Boolean): Iterator[NodeType]

Traverse to nodes where the explicitAs equals the given value

Traverse to nodes where the explicitAs equals the given value

Attributes

def explicitAsNot(value: Boolean): Iterator[NodeType]

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

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

Attributes

def importedAs: Iterator[String]

Traverse to importedAs property

Traverse to importedAs property

Attributes

def importedAs(pattern: String): Iterator[NodeType]

Traverse to nodes where the importedAs matches the regular expression value

Traverse to nodes where the importedAs matches the regular expression value

Attributes

def importedAs(patterns: String*): Iterator[NodeType]

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

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

Attributes

def importedAsExact(value: String): Iterator[NodeType]

Traverse to nodes where importedAs matches value exactly.

Traverse to nodes where importedAs matches value exactly.

Attributes

def importedAsExact(values: String*): Iterator[NodeType]

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

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

Attributes

def importedAsNot(pattern: String): Iterator[NodeType]

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

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

Attributes

def importedAsNot(patterns: String*): Iterator[NodeType]

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

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

Attributes

def importedEntity: Iterator[String]

Traverse to importedEntity property

Traverse to importedEntity property

Attributes

def importedEntity(pattern: String): Iterator[NodeType]

Traverse to nodes where the importedEntity matches the regular expression value

Traverse to nodes where the importedEntity matches the regular expression value

Attributes

def importedEntity(patterns: String*): Iterator[NodeType]

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

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

Attributes

def importedEntityExact(value: String): Iterator[NodeType]

Traverse to nodes where importedEntity matches value exactly.

Traverse to nodes where importedEntity matches value exactly.

Attributes

def importedEntityExact(values: String*): Iterator[NodeType]

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

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

Attributes

def importedEntityNot(pattern: String): Iterator[NodeType]

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

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

Attributes

def importedEntityNot(patterns: String*): Iterator[NodeType]

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

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

Attributes

def isExplicit: Iterator[Boolean]

Traverse to isExplicit property

Traverse to isExplicit property

Attributes

def isExplicit(value: Boolean): Iterator[NodeType]

Traverse to nodes where the isExplicit equals the given value

Traverse to nodes where the isExplicit equals the given value

Attributes

def isExplicitNot(value: Boolean): Iterator[NodeType]

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

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

Attributes

def isWildcard: Iterator[Boolean]

Traverse to isWildcard property

Traverse to isWildcard property

Attributes

def isWildcard(value: Boolean): Iterator[NodeType]

Traverse to nodes where the isWildcard equals the given value

Traverse to nodes where the isWildcard equals the given value

Attributes

def isWildcardNot(value: Boolean): Iterator[NodeType]

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

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

Attributes

def lineNumber: Iterator[Integer]

Traverse to lineNumber property

Traverse to lineNumber property

Attributes

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

Traverse to nodes where the lineNumber equals the given value

Traverse to nodes where the lineNumber equals the given value

Attributes

def lineNumber(values: Integer*): Iterator[NodeType]

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def order: Iterator[Int]

Traverse to order property

Traverse to order property

Attributes

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

Traverse to nodes where the order equals the given value

Traverse to nodes where the order equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]