Packages

final class MethodSummaryTraversal[NodeType <: MethodSummary] extends AnyVal

Traversal steps for MethodSummary

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodSummaryTraversal
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MethodSummaryTraversal(traversal: Traversal[NodeType])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def binarySignature(regexes: String*): Traversal[NodeType]

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

  6. def binarySignature(regex: String): Traversal[NodeType]

    Traverse to nodes where the binarySignature matches the regular expression value

  7. def binarySignature: Traversal[String]

    Traverse to binarySignature property

  8. def binarySignatureExact(values: String*): Traversal[NodeType]

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

  9. def binarySignatureExact(value: String): Traversal[NodeType]

    Traverse to nodes where binarySignature matches value exactly.

  10. def binarySignatureNot(values: String*): Traversal[NodeType]

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

  11. def binarySignatureNot(regex: String): Traversal[NodeType]

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

  12. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  13. def isExternal(value: Boolean): Traversal[NodeType]

    Traverse to nodes where the isExternal equals the given value

  14. def isExternal: Traversal[Boolean]

    Traverse to isExternal property

  15. def isExternalNot(value: Boolean): Traversal[NodeType]

    Traverse to nodes where isExternal is not equal to the given value.

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isStatic(value: Boolean): Traversal[NodeType]

    Traverse to nodes where the isStatic equals the given value

  18. def isStatic: Traversal[Boolean]

    Traverse to isStatic property

  19. def isStaticNot(value: Boolean): Traversal[NodeType]

    Traverse to nodes where isStatic is not equal to the given value.

  20. def toString(): String
    Definition Classes
    Any
  21. val traversal: Traversal[NodeType]

Inherited from AnyVal

Inherited from Any

Ungrouped