TypeDeclTraversalExtGen

final
class TypeDeclTraversalExtGen[NodeType <: TypeDecl](val traversal: IterableOnce[NodeType]) extends AnyVal

Traversal steps for TypeDecl

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def aliasTypeFullName: Traversal[String]

Traverse to aliasTypeFullName property

Traverse to aliasTypeFullName property

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

Traverse to nodes where the aliasTypeFullName matches the regular expression value

Traverse to nodes where the aliasTypeFullName matches the regular expression value

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

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

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

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

Traverse to nodes where aliasTypeFullName matches value exactly.

Traverse to nodes where aliasTypeFullName matches value exactly.

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

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

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

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

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

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

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

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

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

def astParentFullName: Traversal[String]

Traverse to astParentFullName property

Traverse to astParentFullName property

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

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

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

Traverse to nodes where astParentFullName matches value exactly.

Traverse to nodes where astParentFullName matches value exactly.

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.

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.

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.

def astParentType: Traversal[String]

Traverse to astParentType property

Traverse to astParentType property

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

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

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

Traverse to nodes where astParentType matches value exactly.

Traverse to nodes where astParentType matches value exactly.

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.

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.

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.

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 filename: Traversal[String]

Traverse to filename property

Traverse to filename property

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

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

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

Traverse to nodes where filename matches value exactly.

Traverse to nodes where filename matches value exactly.

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.

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.

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.

def fullName: Traversal[String]

Traverse to fullName property

Traverse to fullName property

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

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

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

Traverse to nodes where fullName matches value exactly.

Traverse to nodes where fullName matches value exactly.

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.

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.

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.

def inheritsFromTypeFullName: Traversal[String]

Traverse to inheritsFromTypeFullName property

Traverse to inheritsFromTypeFullName property

def isExternal: Traversal[Boolean]

Traverse to isExternal property

Traverse to isExternal property

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

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.

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 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.

Traverse to NAMESPACE_BLOCK via AST IN edge.

Traverse to NAMESPACE_BLOCK via AST IN edge.

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.

Concrete fields

val traversal: IterableOnce[NodeType]