Packages

c

org.opalj.br

VirtualForwardingMethod

final case class VirtualForwardingMethod(declaringClassType: ReferenceType, name: String, descriptor: MethodDescriptor, target: Method) extends VirtualMethod with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VirtualForwardingMethod
  2. Serializable
  3. Product
  4. Equals
  5. VirtualMethod
  6. VirtualClassMember
  7. VirtualSourceElement
  8. Ordered
  9. Comparable
  10. SourceElement
  11. CommonSourceElementAttributes
  12. CommonAttributes
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VirtualForwardingMethod(declaringClassType: ReferenceType, name: String, descriptor: MethodDescriptor, target: Method)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def <(that: VirtualSourceElement): Boolean
    Definition Classes
    Ordered
  4. def <=(that: VirtualSourceElement): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: VirtualSourceElement): Boolean
    Definition Classes
    Ordered
  7. def >=(that: VirtualSourceElement): Boolean
    Definition Classes
    Ordered
  8. def annotations: Annotations

    The list of all annotations.

    The list of all annotations. In general, if a specific annotation is searched for the method runtimeVisibleAnnotations or runtimeInvisibleAnnotations should be used.

    Definition Classes
    CommonSourceElementAttributes
  9. def asClassFile: ClassFile
    Definition Classes
    SourceElement
  10. def asField: Field
    Definition Classes
    SourceElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def asMethod: Method
    Definition Classes
    SourceElement
  13. def attributes: Attributes
  14. def classType: ReferenceType

    Returns the declared/declaring class type of this VirtualSourceElement.

    Returns the declared/declaring class type of this VirtualSourceElement. If this VirtualSourceElement is a VirtualClass, the returned type is the declared class else it is the declaring class.

    Definition Classes
    VirtualMethodVirtualSourceElement
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  16. def compare(that: VirtualSourceElement): Int

    The "natural order" is VirtualClasses < VirtualFields < VirtualMethods.

    The "natural order" is VirtualClasses < VirtualFields < VirtualMethods.

    Definition Classes
    VirtualMethodVirtualSourceElement → Ordered
  17. def compareAttributes(other: Attributes, config: SimilarityTestConfiguration): Option[AnyRef]

    Compares this element's attributes with the given one.

    Compares this element's attributes with the given one.

    returns

    None, if both attribute lists are similar; Some(<description of the difference>) otherwise.

    Attributes
    protected[this]
    Definition Classes
    CommonAttributes
  18. def compareTo(that: VirtualSourceElement): Int
    Definition Classes
    Ordered → Comparable
  19. val declaringClassType: ReferenceType
  20. val descriptor: MethodDescriptor
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(other: Any): Boolean
    Definition Classes
    VirtualForwardingMethod → Equals → VirtualMethod → AnyRef → Any
  23. final def foreachTypeAnnotation[U](f: (TypeAnnotation) => U): Unit
    Definition Classes
    CommonAttributes
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. def getLineNumber(project: ClassFileRepository): Option[Int]

    Returns the best line number information available.

    Returns the best line number information available.

    Definition Classes
    VirtualMethodVirtualSourceElement
  26. def hashCode(): Opcode
    Definition Classes
    VirtualForwardingMethodVirtualMethod → AnyRef → Any
  27. def isClass: Boolean
    Definition Classes
    SourceElement
  28. def isDeprecated: Boolean

    Returns true if this (field, method, class) declaration is declared as deprecated.

    Returns true if this (field, method, class) declaration is declared as deprecated.

    Note

    The deprecated attribute is always set by the Java compiler when either the deprecated annotation or the JavaDoc tag is used.

    Definition Classes
    CommonSourceElementAttributes
  29. def isField: Boolean
    Definition Classes
    SourceElement
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isMethod: Boolean
    Definition Classes
    VirtualMethodSourceElement
  32. def isSynthetic: Boolean

    True if this element was created by the compiler and the attribute Synthetic is present.

    True if this element was created by the compiler and the attribute Synthetic is present. Compilers are, however, free to use the attribute or the corresponding access flag.

    Definition Classes
    CommonSourceElementAttributes
  33. final def isVirtual: Boolean
    Definition Classes
    VirtualSourceElementSourceElement
  34. val name: String
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. def productElementNames: Iterator[String]
    Definition Classes
    Product
  39. def runtimeInvisibleAnnotations: Annotations
  40. def runtimeInvisibleTypeAnnotations: TypeAnnotations
    Definition Classes
    CommonAttributes
  41. def runtimeVisibleAnnotations: Annotations
  42. def runtimeVisibleTypeAnnotations: TypeAnnotations
    Definition Classes
    CommonAttributes
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. val target: Method
  45. def toJava: String
  46. def toString(): String
    Definition Classes
    VirtualMethod → AnyRef → Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from VirtualMethod

Inherited from VirtualClassMember

Inherited from VirtualSourceElement

Inherited from Ordered[VirtualSourceElement]

Inherited from SourceElement

Inherited from CommonAttributes

Inherited from AnyRef

Inherited from Any

Ungrouped