final class MethodTraversal[NodeType <: Method] extends AnyVal
Traversal steps for Method
- Alphabetic
- By Inheritance
- MethodTraversal
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MethodTraversal(traversal: Traversal[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 astParentFullName(patterns: String*): Traversal[NodeType]
Traverse to nodes where the astParentFullName matches at least one of the regular expressions in
values
- def astParentFullName(pattern: String): Traversal[NodeType]
Traverse to nodes where the astParentFullName matches the regular expression
value
- def astParentFullName: Traversal[String]
Traverse to astParentFullName property
- def astParentFullNameExact(values: String*): Traversal[NodeType]
Traverse to nodes where astParentFullName matches one of the elements in
values
exactly. - def astParentFullNameExact(value: String): Traversal[NodeType]
Traverse to nodes where astParentFullName matches
value
exactly. - def astParentFullNameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where astParentFullName does not match any of the regular expressions in
values
. - def astParentFullNameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where astParentFullName does not match 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
- def astParentType(pattern: String): Traversal[NodeType]
Traverse to nodes where the astParentType matches the regular expression
value
- def astParentType: Traversal[String]
Traverse to astParentType property
- def astParentTypeExact(values: String*): Traversal[NodeType]
Traverse to nodes where astParentType matches one of the elements in
values
exactly. - def astParentTypeExact(value: String): Traversal[NodeType]
Traverse to nodes where astParentType matches
value
exactly. - def astParentTypeNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where astParentType does not match any of the regular expressions in
values
. - def astParentTypeNot(pattern: String): Traversal[NodeType]
Traverse to nodes where astParentType does not match 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
- def code(pattern: String): Traversal[NodeType]
Traverse to nodes where the code matches the regular expression
value
- def code: Traversal[String]
Traverse to code property
- def codeExact(values: String*): Traversal[NodeType]
Traverse to nodes where code matches one of the elements in
values
exactly. - def codeExact(value: String): Traversal[NodeType]
Traverse to nodes where code matches
value
exactly. - def codeNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where code does not match any of the regular expressions in
values
. - def codeNot(pattern: String): Traversal[NodeType]
Traverse to nodes where code does not match the regular expression
value
. - def columnNumber(values: Integer*): Traversal[NodeType]
Traverse to nodes where the columnNumber equals at least one of the given
values
- def columnNumber(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumber equals the given
value
- def columnNumber: Traversal[Integer]
Traverse to columnNumber property
- def columnNumberEnd(values: Integer*): Traversal[NodeType]
Traverse to nodes where the columnNumberEnd equals at least one of the given
values
- def columnNumberEnd(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumberEnd equals the given
value
- def columnNumberEnd: Traversal[Integer]
Traverse to columnNumberEnd property
- def columnNumberEndGt(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumberEnd is greater than the given
value
- def columnNumberEndGte(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumberEnd is greater than or equal the given
value
- def columnNumberEndLt(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumberEnd is less than the given
value
- def columnNumberEndLte(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumberEnd is less than or equal the given
value
- def columnNumberEndNot(values: Integer*): Traversal[NodeType]
Traverse to nodes where columnNumberEnd is not equal to any of the given
values
. - def columnNumberEndNot(value: Integer): Traversal[NodeType]
Traverse to nodes where columnNumberEnd is not equal to the given
value
. - def columnNumberGt(value: Integer): Traversal[NodeType]
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
- def columnNumberLt(value: Integer): Traversal[NodeType]
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
- def columnNumberNot(values: Integer*): Traversal[NodeType]
Traverse to nodes where columnNumber is not equal to any of the given
values
. - def columnNumberNot(value: Integer): Traversal[NodeType]
Traverse to nodes where columnNumber is not equal to the given
value
. - def filename(patterns: String*): Traversal[NodeType]
Traverse to nodes where the filename matches at least one of the regular expressions in
values
- def filename(pattern: String): Traversal[NodeType]
Traverse to nodes where the filename matches the regular expression
value
- def filename: Traversal[String]
Traverse to filename property
- def filenameExact(values: String*): Traversal[NodeType]
Traverse to nodes where filename matches one of the elements in
values
exactly. - def filenameExact(value: String): Traversal[NodeType]
Traverse to nodes where filename matches
value
exactly. - def filenameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where filename does not match any of the regular expressions in
values
. - def filenameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where filename does not match 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
- def fullName(pattern: String): Traversal[NodeType]
Traverse to nodes where the fullName matches the regular expression
value
- def fullName: Traversal[String]
Traverse to fullName property
- def fullNameExact(values: String*): Traversal[NodeType]
Traverse to nodes where fullName matches one of the elements in
values
exactly. - def fullNameExact(value: String): Traversal[NodeType]
Traverse to nodes where fullName matches
value
exactly. - def fullNameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where fullName does not match any of the regular expressions in
values
. - def fullNameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where fullName does not match the regular expression
value
. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def hash(patterns: String*): Traversal[NodeType]
Traverse to nodes where the hash matches at least one of the regular expressions in
values
- def hash(pattern: String): Traversal[NodeType]
Traverse to nodes where the hash matches the regular expression
value
- def hash: Traversal[String]
Traverse to hash property
- def hashExact(values: String*): Traversal[NodeType]
Traverse to nodes where hash matches one of the elements in
values
exactly. - def hashExact(value: String): Traversal[NodeType]
Traverse to nodes where hash matches
value
exactly. - def hashNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where hash does not match any of the regular expressions in
values
. - def hashNot(pattern: String): Traversal[NodeType]
Traverse to nodes where hash does not match the regular expression
value
. - def isExternal(value: Boolean): Traversal[NodeType]
Traverse to nodes where the isExternal equals the given
value
- def isExternal: Traversal[Boolean]
Traverse to isExternal property
- def isExternalNot(value: Boolean): Traversal[NodeType]
Traverse to nodes where isExternal is not equal to the given
value
. - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lineNumber(values: Integer*): Traversal[NodeType]
Traverse to nodes where the lineNumber equals at least one of the given
values
- def lineNumber(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumber equals the given
value
- def lineNumber: Traversal[Integer]
Traverse to lineNumber property
- def lineNumberEnd(values: Integer*): Traversal[NodeType]
Traverse to nodes where the lineNumberEnd equals at least one of the given
values
- def lineNumberEnd(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumberEnd equals the given
value
- def lineNumberEnd: Traversal[Integer]
Traverse to lineNumberEnd property
- def lineNumberEndGt(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumberEnd is greater than the given
value
- def lineNumberEndGte(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumberEnd is greater than or equal the given
value
- def lineNumberEndLt(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumberEnd is less than the given
value
- def lineNumberEndLte(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumberEnd is less than or equal the given
value
- def lineNumberEndNot(values: Integer*): Traversal[NodeType]
Traverse to nodes where lineNumberEnd is not equal to any of the given
values
. - def lineNumberEndNot(value: Integer): Traversal[NodeType]
Traverse to nodes where lineNumberEnd is not equal to the given
value
. - def lineNumberGt(value: Integer): Traversal[NodeType]
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
- def lineNumberLt(value: Integer): Traversal[NodeType]
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
- def lineNumberNot(values: Integer*): Traversal[NodeType]
Traverse to nodes where lineNumber is not equal to any of the given
values
. - def lineNumberNot(value: Integer): Traversal[NodeType]
Traverse to nodes where lineNumber is not equal to the given
value
. - def name(patterns: String*): Traversal[NodeType]
Traverse to nodes where the name matches at least one of the regular expressions in
values
- def name(pattern: String): Traversal[NodeType]
Traverse to nodes where the name matches the regular expression
value
- def name: Traversal[String]
Traverse to name property
- def nameExact(values: String*): Traversal[NodeType]
Traverse to nodes where name matches one of the elements in
values
exactly. - def nameExact(value: String): Traversal[NodeType]
Traverse to nodes where name matches
value
exactly. - def nameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where name does not match any of the regular expressions in
values
. - def nameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where name does not match the regular expression
value
. - def order(values: Integer*): Traversal[NodeType]
Traverse to nodes where the order equals at least one of the given
values
- def order(value: Integer): Traversal[NodeType]
Traverse to nodes where the order equals the given
value
- def order: Traversal[Integer]
Traverse to order property
- def orderGt(value: Integer): Traversal[NodeType]
Traverse to nodes where the order is greater than the given
value
- def orderGte(value: Integer): Traversal[NodeType]
Traverse to nodes where the order is greater than or equal the given
value
- def orderLt(value: Integer): Traversal[NodeType]
Traverse to nodes where the order is less than the given
value
- def orderLte(value: Integer): Traversal[NodeType]
Traverse to nodes where the order is less than or equal the given
value
- def orderNot(values: Integer*): Traversal[NodeType]
Traverse to nodes where order is not equal to any of the given
values
. - def orderNot(value: Integer): Traversal[NodeType]
Traverse to nodes where order is not equal to the given
value
. - def signature(patterns: String*): Traversal[NodeType]
Traverse to nodes where the signature matches at least one of the regular expressions in
values
- def signature(pattern: String): Traversal[NodeType]
Traverse to nodes where the signature matches the regular expression
value
- def signature: Traversal[String]
Traverse to signature property
- def signatureExact(values: String*): Traversal[NodeType]
Traverse to nodes where signature matches one of the elements in
values
exactly. - def signatureExact(value: String): Traversal[NodeType]
Traverse to nodes where signature matches
value
exactly. - def signatureNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where signature does not match any of the regular expressions in
values
. - def signatureNot(pattern: String): Traversal[NodeType]
Traverse to nodes where signature does not match the regular expression
value
. - def toString(): String
- Definition Classes
- Any
- val traversal: Traversal[NodeType]