CallTraversalExtGen

final
class CallTraversalExtGen[NodeType <: Call](val traversal: IterableOnce[NodeType]) extends AnyVal

Traversal steps for Call

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def argumentIndex: Traversal[Int]

Traverse to argumentIndex property

Traverse to argumentIndex property

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

Traverse to nodes where the argumentIndex equals the given value

Traverse to nodes where the argumentIndex equals the given value

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

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

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

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

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

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

def argumentIndexNot(values: Int*): Traversal[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.

def argumentName: Traversal[String]

Traverse to argumentName property

Traverse to argumentName property

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

Traverse to nodes where the argumentName matches the regular expression value

Traverse to nodes where the argumentName matches the regular expression value

def argumentName(patterns: String*): Traversal[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

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

Traverse to nodes where argumentName matches value exactly.

Traverse to nodes where argumentName matches value exactly.

def argumentNameExact(values: String*): Traversal[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.

def argumentNameNot(pattern: String): Traversal[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.

def argumentNameNot(patterns: String*): Traversal[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.

def code: Traversal[String]

Traverse to code property

Traverse to code property

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

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

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

Traverse to nodes where code matches value exactly.

Traverse to nodes where code matches value exactly.

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.

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.

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.

def columnNumber: Traversal[Integer]

Traverse to columnNumber property

Traverse to columnNumber property

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

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

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

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

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

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

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.

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.

def dispatchType: Traversal[String]

Traverse to dispatchType property

Traverse to dispatchType property

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

Traverse to nodes where the dispatchType matches the regular expression value

Traverse to nodes where the dispatchType matches the regular expression value

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

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

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

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

Traverse to nodes where dispatchType matches value exactly.

Traverse to nodes where dispatchType matches value exactly.

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

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

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

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

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

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

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

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

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

def dynamicTypeHintFullName: Traversal[String]

Traverse to dynamicTypeHintFullName property

Traverse to dynamicTypeHintFullName property

def lineNumber: Traversal[Integer]

Traverse to lineNumber property

Traverse to lineNumber property

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

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

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

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

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

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

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.

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.

def methodFullName: Traversal[String]

Traverse to methodFullName property

Traverse to methodFullName property

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

Traverse to nodes where the methodFullName matches the regular expression value

Traverse to nodes where the methodFullName matches the regular expression value

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

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

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

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

Traverse to nodes where methodFullName matches value exactly.

Traverse to nodes where methodFullName matches value exactly.

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

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

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

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

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

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

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

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

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

def name: Traversal[String]

Traverse to name property

Traverse to name property

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

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

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

Traverse to nodes where name matches value exactly.

Traverse to nodes where name matches value exactly.

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.

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.

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.

def order: Traversal[Int]

Traverse to order property

Traverse to order property

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

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

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

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

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

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

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.

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.

@Doc(info = "Traverse to referenced members")
def referencedMember: Traversal[Member]

Traverse to referenced members

Traverse to referenced members

def signature: Traversal[String]

Traverse to signature property

Traverse to signature property

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

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

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

Traverse to nodes where signature matches value exactly.

Traverse to nodes where signature matches value exactly.

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.

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.

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.

def typeFullName: Traversal[String]

Traverse to typeFullName property

Traverse to typeFullName property

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

Traverse to nodes where the typeFullName matches the regular expression value

Traverse to nodes where the typeFullName matches the regular expression value

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

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

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

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

Traverse to nodes where typeFullName matches value exactly.

Traverse to nodes where typeFullName matches value exactly.

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

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

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

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

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

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

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

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

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

Concrete fields

val traversal: IterableOnce[NodeType]