case class MethodWithSignature(name: String, descriptor: MethodDescriptor) extends SourceElementPredicate[Method] with Product with Serializable
- Source
- MethodPredicate.scala
- Alphabetic
- By Inheritance
- MethodWithSignature
- Serializable
- Product
- Equals
- SourceElementPredicate
- Function1
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MethodWithSignature(name: String, descriptor: MethodDescriptor)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and[T <: ConcreteSourceElement, X <: Method with T](right: SourceElementPredicate[T]): SourceElementPredicate[X]
- Definition Classes
- SourceElementPredicate
- def andThen[A](g: (Boolean) => A): (Method) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(method: Method): Boolean
- Definition Classes
- MethodWithSignature → Function1
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def compose[A](g: (A) => Method): (A) => Boolean
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- val descriptor: MethodDescriptor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def having[T <: ConcreteSourceElement, X <: Method with T](right: SourceElementPredicate[T]): SourceElementPredicate[X]
- Definition Classes
- SourceElementPredicate
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toDescription(): String
Returns a human readable representation of this predicate that is well suited for presenting it in messages related to architectural deviations.
Returns a human readable representation of this predicate that is well suited for presenting it in messages related to architectural deviations.
It should not end with a white space and should not use multiple lines. It should not be a complete sentence as this description may be composed with other descriptions.
- Definition Classes
- MethodWithSignature → SourceElementPredicate
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated