AnnotationTraversalExtGen

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

Traversal steps for Annotation

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def argumentIndex: Iterator[Int]

Traverse to argumentIndex property

Traverse to argumentIndex property

Attributes

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

Traverse to nodes where the argumentIndex equals the given value

Traverse to nodes where the argumentIndex equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def argumentName: Iterator[String]

Traverse to argumentName property

Traverse to argumentName property

Attributes

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

Traverse to nodes where the argumentName matches the regular expression value

Traverse to nodes where the argumentName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where argumentName matches value exactly.

Traverse to nodes where argumentName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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 fullName: Iterator[String]

Traverse to fullName property

Traverse to fullName property

Attributes

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

Traverse to nodes where the fullName matches the regular expression value

Traverse to nodes where the fullName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where fullName matches value exactly.

Traverse to nodes where fullName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

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 name: Iterator[String]

Traverse to name property

Traverse to name property

Attributes

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

Traverse to nodes where the name matches the regular expression value

Traverse to nodes where the name matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where name matches value exactly.

Traverse to nodes where name matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

Traverse to nodes where name does not match any of the regular expressions in 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]