ImportTraversalExtGen

final
class ImportTraversalExtGen[NodeType <: Import](val traversal: IterableOnce[NodeType]) extends AnyVal

Traversal steps for Import

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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 explicitAs: Traversal[Boolean]

Traverse to explicitAs property

Traverse to explicitAs property

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

Traverse to nodes where the explicitAs equals the given value

Traverse to nodes where the explicitAs equals the given value

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

def importedAs: Traversal[String]

Traverse to importedAs property

Traverse to importedAs property

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

Traverse to nodes where the importedAs matches the regular expression value

Traverse to nodes where the importedAs matches the regular expression value

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

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

Traverse to nodes where importedAs matches value exactly.

Traverse to nodes where importedAs matches value exactly.

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

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

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

def importedEntity: Traversal[String]

Traverse to importedEntity property

Traverse to importedEntity property

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

Traverse to nodes where the importedEntity matches the regular expression value

Traverse to nodes where the importedEntity matches the regular expression value

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

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

Traverse to nodes where importedEntity matches value exactly.

Traverse to nodes where importedEntity matches value exactly.

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

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

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

def isExplicit: Traversal[Boolean]

Traverse to isExplicit property

Traverse to isExplicit property

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

Traverse to nodes where the isExplicit equals the given value

Traverse to nodes where the isExplicit equals the given value

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

def isWildcard: Traversal[Boolean]

Traverse to isWildcard property

Traverse to isWildcard property

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

Traverse to nodes where the isWildcard equals the given value

Traverse to nodes where the isWildcard equals the given value

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

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