final class ImportTraversalExtGen[NodeType <: Import] extends AnyVal
Traversal steps for Import
- Alphabetic
- By Inheritance
- ImportTraversalExtGen
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ImportTraversalExtGen(traversal: Iterator[NodeType])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def code(patterns: String*): Iterator[NodeType]
Traverse to nodes where the code matches at least one of the regular expressions in
values - def code(pattern: String): Iterator[NodeType]
Traverse to nodes where the code matches the regular expression
value - def code: Iterator[String]
Traverse to code property
- def codeExact(values: String*): Iterator[NodeType]
Traverse to nodes where code matches one of the elements in
valuesexactly. - def codeExact(value: String): Iterator[NodeType]
Traverse to nodes where code matches
valueexactly. - def codeNot(patterns: String*): Iterator[NodeType]
Traverse to nodes where code does not match any of the regular expressions in
values. - def codeNot(pattern: String): Iterator[NodeType]
Traverse to nodes where code does not match the regular expression
value. - def columnNumber(values: Integer*): Iterator[NodeType]
Traverse to nodes where the columnNumber equals at least one of the given
values - def columnNumber(value: Integer): Iterator[NodeType]
Traverse to nodes where the columnNumber equals the given
value - def columnNumber: Iterator[Integer]
Traverse to columnNumber property
- def columnNumberGt(value: Integer): Iterator[NodeType]
Traverse to nodes where the columnNumber is greater than the given
value - def columnNumberGte(value: Integer): Iterator[NodeType]
Traverse to nodes where the columnNumber is greater than or equal the given
value - def columnNumberLt(value: Integer): Iterator[NodeType]
Traverse to nodes where the columnNumber is less than the given
value - def columnNumberLte(value: Integer): Iterator[NodeType]
Traverse to nodes where the columnNumber is less than or equal the given
value - def columnNumberNot(values: Integer*): Iterator[NodeType]
Traverse to nodes where columnNumber is not equal to any of the given
values. - def columnNumberNot(value: Integer): Iterator[NodeType]
Traverse to nodes where columnNumber is not equal to the given
value. - def explicitAs(value: Boolean): Iterator[NodeType]
Traverse to nodes where the explicitAs equals the given
value - def explicitAs: Iterator[Boolean]
Traverse to explicitAs property
- def explicitAsNot(value: Boolean): Iterator[NodeType]
Traverse to nodes where explicitAs is not equal to the given
value. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def importedAs(patterns: String*): Iterator[NodeType]
Traverse to nodes where the importedAs matches at least one of the regular expressions in
values - def importedAs(pattern: String): Iterator[NodeType]
Traverse to nodes where the importedAs matches the regular expression
value - def importedAs: Iterator[String]
Traverse to importedAs property
- def importedAsExact(values: String*): Iterator[NodeType]
Traverse to nodes where importedAs matches one of the elements in
valuesexactly. - def importedAsExact(value: String): Iterator[NodeType]
Traverse to nodes where importedAs matches
valueexactly. - def importedAsNot(patterns: String*): Iterator[NodeType]
Traverse to nodes where importedAs does not match any of the regular expressions in
values. - def importedAsNot(pattern: String): Iterator[NodeType]
Traverse to nodes where importedAs does not match the regular expression
value. - def importedEntity(patterns: String*): Iterator[NodeType]
Traverse to nodes where the importedEntity matches at least one of the regular expressions in
values - def importedEntity(pattern: String): Iterator[NodeType]
Traverse to nodes where the importedEntity matches the regular expression
value - def importedEntity: Iterator[String]
Traverse to importedEntity property
- def importedEntityExact(values: String*): Iterator[NodeType]
Traverse to nodes where importedEntity matches one of the elements in
valuesexactly. - def importedEntityExact(value: String): Iterator[NodeType]
Traverse to nodes where importedEntity matches
valueexactly. - def importedEntityNot(patterns: String*): Iterator[NodeType]
Traverse to nodes where importedEntity does not match any of the regular expressions in
values. - def importedEntityNot(pattern: String): Iterator[NodeType]
Traverse to nodes where importedEntity does not match the regular expression
value. - def isExplicit(value: Boolean): Iterator[NodeType]
Traverse to nodes where the isExplicit equals the given
value - def isExplicit: Iterator[Boolean]
Traverse to isExplicit property
- def isExplicitNot(value: Boolean): Iterator[NodeType]
Traverse to nodes where isExplicit is not equal to the given
value. - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isWildcard(value: Boolean): Iterator[NodeType]
Traverse to nodes where the isWildcard equals the given
value - def isWildcard: Iterator[Boolean]
Traverse to isWildcard property
- def isWildcardNot(value: Boolean): Iterator[NodeType]
Traverse to nodes where isWildcard is not equal to the given
value. - def lineNumber(values: Integer*): Iterator[NodeType]
Traverse to nodes where the lineNumber equals at least one of the given
values - def lineNumber(value: Integer): Iterator[NodeType]
Traverse to nodes where the lineNumber equals the given
value - def lineNumber: Iterator[Integer]
Traverse to lineNumber property
- def lineNumberGt(value: Integer): Iterator[NodeType]
Traverse to nodes where the lineNumber is greater than the given
value - def lineNumberGte(value: Integer): Iterator[NodeType]
Traverse to nodes where the lineNumber is greater than or equal the given
value - def lineNumberLt(value: Integer): Iterator[NodeType]
Traverse to nodes where the lineNumber is less than the given
value - def lineNumberLte(value: Integer): Iterator[NodeType]
Traverse to nodes where the lineNumber is less than or equal the given
value - def lineNumberNot(values: Integer*): Iterator[NodeType]
Traverse to nodes where lineNumber is not equal to any of the given
values. - def lineNumberNot(value: Integer): Iterator[NodeType]
Traverse to nodes where lineNumber is not equal to the given
value. - def order(values: Int*): Iterator[NodeType]
Traverse to nodes where the order equals at least one of the given
values - def order(value: Int): Iterator[NodeType]
Traverse to nodes where the order equals the given
value - def order: Iterator[Int]
Traverse to order property
- def orderGt(value: Int): Iterator[NodeType]
Traverse to nodes where the order is greater than the given
value - def orderGte(value: Int): Iterator[NodeType]
Traverse to nodes where the order is greater than or equal the given
value - def orderLt(value: Int): Iterator[NodeType]
Traverse to nodes where the order is less than the given
value - def orderLte(value: Int): Iterator[NodeType]
Traverse to nodes where the order is less than or equal the given
value - def orderNot(values: Int*): Iterator[NodeType]
Traverse to nodes where order is not equal to any of the given
values. - def orderNot(value: Int): Iterator[NodeType]
Traverse to nodes where order is not equal to the given
value. - def toString(): String
- Definition Classes
- Any
- val traversal: Iterator[NodeType]