MethodTraversalExtGen

io.shiftleft.codepropertygraph.generated.traversal.MethodTraversalExtGen
final class MethodTraversalExtGen[NodeType <: Method](val traversal: IterableOnce[NodeType]) extends AnyVal

Traversal steps for Method

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def astParentFullName: Traversal[String]

Traverse to astParentFullName property

Traverse to astParentFullName property

Attributes

def astParentFullName(pattern: String): Traversal[NodeType]

Traverse to nodes where the astParentFullName matches the regular expression value

Traverse to nodes where the astParentFullName matches the regular expression value

Attributes

def astParentFullName(patterns: String*): Traversal[NodeType]

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

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

Attributes

def astParentFullNameExact(value: String): Traversal[NodeType]

Traverse to nodes where astParentFullName matches value exactly.

Traverse to nodes where astParentFullName matches value exactly.

Attributes

def astParentFullNameExact(values: String*): Traversal[NodeType]

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

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

Attributes

def astParentFullNameNot(pattern: String): Traversal[NodeType]

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

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

Attributes

def astParentFullNameNot(patterns: String*): Traversal[NodeType]

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

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

Attributes

def astParentType: Traversal[String]

Traverse to astParentType property

Traverse to astParentType property

Attributes

def astParentType(pattern: String): Traversal[NodeType]

Traverse to nodes where the astParentType matches the regular expression value

Traverse to nodes where the astParentType matches the regular expression value

Attributes

def astParentType(patterns: String*): Traversal[NodeType]

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

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

Attributes

def astParentTypeExact(value: String): Traversal[NodeType]

Traverse to nodes where astParentType matches value exactly.

Traverse to nodes where astParentType matches value exactly.

Attributes

def astParentTypeExact(values: String*): Traversal[NodeType]

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

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

Attributes

def astParentTypeNot(pattern: String): Traversal[NodeType]

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

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

Attributes

def astParentTypeNot(patterns: String*): Traversal[NodeType]

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

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

Attributes

def block: Traversal[Block]

Root of the abstract syntax tree

Root of the abstract syntax tree

Attributes

def cfgFirst: Traversal[CfgNode]

First control flow graph node

First control flow graph node

Attributes

def code: Traversal[String]

Traverse to code property

Traverse to code property

Attributes

def code(pattern: String): Traversal[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*): Traversal[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): Traversal[NodeType]

Traverse to nodes where code matches value exactly.

Traverse to nodes where code matches value exactly.

Attributes

def codeExact(values: String*): Traversal[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): Traversal[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*): Traversal[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: Traversal[Integer]

Traverse to columnNumber property

Traverse to columnNumber property

Attributes

def columnNumber(value: Integer): Traversal[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*): Traversal[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 columnNumberEnd: Traversal[Integer]

Traverse to columnNumberEnd property

Traverse to columnNumberEnd property

Attributes

def columnNumberEnd(value: Integer): Traversal[NodeType]

Traverse to nodes where the columnNumberEnd equals the given value

Traverse to nodes where the columnNumberEnd equals the given value

Attributes

def columnNumberEnd(values: Integer*): Traversal[NodeType]

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

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

Attributes

def columnNumberEndGt(value: Integer): Traversal[NodeType]

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

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

Attributes

def columnNumberEndGte(value: Integer): Traversal[NodeType]

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

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

Attributes

def columnNumberEndLt(value: Integer): Traversal[NodeType]

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

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

Attributes

def columnNumberEndLte(value: Integer): Traversal[NodeType]

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

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

Attributes

def columnNumberEndNot(value: Integer): Traversal[NodeType]

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

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

Attributes

def columnNumberEndNot(values: Integer*): Traversal[NodeType]

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

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

Attributes

def columnNumberGt(value: Integer): Traversal[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): Traversal[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): Traversal[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): Traversal[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): Traversal[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*): Traversal[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 filename: Traversal[String]

Traverse to filename property

Traverse to filename property

Attributes

def filename(pattern: String): Traversal[NodeType]

Traverse to nodes where the filename matches the regular expression value

Traverse to nodes where the filename matches the regular expression value

Attributes

def filename(patterns: String*): Traversal[NodeType]

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

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

Attributes

def filenameExact(value: String): Traversal[NodeType]

Traverse to nodes where filename matches value exactly.

Traverse to nodes where filename matches value exactly.

Attributes

def filenameExact(values: String*): Traversal[NodeType]

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

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

Attributes

def filenameNot(pattern: String): Traversal[NodeType]

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

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

Attributes

def filenameNot(patterns: String*): Traversal[NodeType]

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

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

Attributes

def fullName: Traversal[String]

Traverse to fullName property

Traverse to fullName property

Attributes

def fullName(pattern: String): Traversal[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*): Traversal[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): Traversal[NodeType]

Traverse to nodes where fullName matches value exactly.

Traverse to nodes where fullName matches value exactly.

Attributes

def fullNameExact(values: String*): Traversal[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): Traversal[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*): Traversal[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 hash: Traversal[String]

Traverse to hash property

Traverse to hash property

Attributes

def hash(pattern: String): Traversal[NodeType]

Traverse to nodes where the hash matches the regular expression value

Traverse to nodes where the hash matches the regular expression value

Attributes

def hash(patterns: String*): Traversal[NodeType]

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

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

Attributes

def hashExact(value: String): Traversal[NodeType]

Traverse to nodes where hash matches value exactly.

Traverse to nodes where hash matches value exactly.

Attributes

def hashExact(values: String*): Traversal[NodeType]

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

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

Attributes

def hashNot(pattern: String): Traversal[NodeType]

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

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

Attributes

def hashNot(patterns: String*): Traversal[NodeType]

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

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

Attributes

def isExternal: Traversal[Boolean]

Traverse to isExternal property

Traverse to isExternal property

Attributes

def isExternal(value: Boolean): Traversal[NodeType]

Traverse to nodes where the isExternal equals the given value

Traverse to nodes where the isExternal equals the given value

Attributes

def isExternalNot(value: Boolean): Traversal[NodeType]

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

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

Attributes

def lineNumber: Traversal[Integer]

Traverse to lineNumber property

Traverse to lineNumber property

Attributes

def lineNumber(value: Integer): Traversal[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*): Traversal[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 lineNumberEnd: Traversal[Integer]

Traverse to lineNumberEnd property

Traverse to lineNumberEnd property

Attributes

def lineNumberEnd(value: Integer): Traversal[NodeType]

Traverse to nodes where the lineNumberEnd equals the given value

Traverse to nodes where the lineNumberEnd equals the given value

Attributes

def lineNumberEnd(values: Integer*): Traversal[NodeType]

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

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

Attributes

def lineNumberEndGt(value: Integer): Traversal[NodeType]

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

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

Attributes

def lineNumberEndGte(value: Integer): Traversal[NodeType]

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

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

Attributes

def lineNumberEndLt(value: Integer): Traversal[NodeType]

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

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

Attributes

def lineNumberEndLte(value: Integer): Traversal[NodeType]

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

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

Attributes

def lineNumberEndNot(value: Integer): Traversal[NodeType]

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

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

Attributes

def lineNumberEndNot(values: Integer*): Traversal[NodeType]

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

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

Attributes

def lineNumberGt(value: Integer): Traversal[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): Traversal[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): Traversal[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): Traversal[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): Traversal[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*): Traversal[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 literal: Traversal[Literal]

Literals used in the method

Literals used in the method

Attributes

def methodReturn: Traversal[MethodReturn]

Formal return parameters

Formal return parameters

Attributes

def name: Traversal[String]

Traverse to name property

Traverse to name property

Attributes

def name(pattern: String): Traversal[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*): Traversal[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): Traversal[NodeType]

Traverse to nodes where name matches value exactly.

Traverse to nodes where name matches value exactly.

Attributes

def nameExact(values: String*): Traversal[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): Traversal[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*): Traversal[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: Traversal[Int]

Traverse to order property

Traverse to order property

Attributes

def order(value: Int): Traversal[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*): Traversal[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): Traversal[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): Traversal[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): Traversal[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): Traversal[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): Traversal[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*): Traversal[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

Parameters of the method

Parameters of the method

Attributes

def signature: Traversal[String]

Traverse to signature property

Traverse to signature property

Attributes

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

Traverse to nodes where the signature matches the regular expression value

Traverse to nodes where the signature matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where signature matches value exactly.

Traverse to nodes where signature matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: IterableOnce[NodeType]