Class

org.opalj.br

VirtualClass

Related Doc: package br

Permalink

final case class VirtualClass(thisType: ObjectType) extends VirtualSourceElement with Product with Serializable

Represents a class for which we have found some references but have not analyzed any class file or do not want to keep the reference to the underlying class file.

Linear Supertypes
Serializable, Serializable, Product, Equals, VirtualSourceElement, Ordered[VirtualSourceElement], Comparable[VirtualSourceElement], SourceElement, CommonSourceElementAttributes, CommonAttributes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VirtualClass
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. VirtualSourceElement
  7. Ordered
  8. Comparable
  9. SourceElement
  10. CommonSourceElementAttributes
  11. CommonAttributes
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VirtualClass(thisType: ObjectType)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: VirtualSourceElement): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: VirtualSourceElement): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: VirtualSourceElement): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: VirtualSourceElement): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def annotations: Annotations

    Permalink

    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

    Permalink
    Definition Classes
    SourceElement
  10. def asField: Field

    Permalink
    Definition Classes
    SourceElement
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def asMethod: Method

    Permalink
    Definition Classes
    SourceElement
  13. def attributes: Nil.type

    Permalink
    Definition Classes
    VirtualSourceElementCommonAttributes
  14. def classType: ObjectType

    Permalink

    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
    VirtualClassVirtualSourceElement
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def compare(that: VirtualSourceElement): Int

    Permalink

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

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

    Definition Classes
    VirtualClassVirtualSourceElement → Ordered
  17. def compareTo(that: VirtualSourceElement): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(other: Any): Boolean

    Permalink

    Two objects of type VirtualClass are considered equal if they represent the same type.

    Two objects of type VirtualClass are considered equal if they represent the same type.

    Definition Classes
    VirtualClass → Equals → AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def foreachTypeAnnotation[U](f: (TypeAnnotation) ⇒ U): Unit

    Permalink
    Definition Classes
    CommonAttributes
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getLineNumber(project: ClassFileRepository): Option[Int]

    Permalink

    Returns the best line number information available.

    Returns the best line number information available.

    Definition Classes
    VirtualClassVirtualSourceElement
  24. def hashCode(): Int

    Permalink
    Definition Classes
    VirtualClass → AnyRef → Any
  25. def isClass: Boolean

    Permalink
    Definition Classes
    VirtualClassSourceElement
  26. def isDeprecated: Boolean

    Permalink

    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
  27. def isField: Boolean

    Permalink
    Definition Classes
    SourceElement
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isMethod: Boolean

    Permalink
    Definition Classes
    SourceElement
  30. def isSynthetic: Boolean

    Permalink

    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
  31. final def isVirtual: Boolean

    Permalink
    Definition Classes
    VirtualSourceElementSourceElement
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def runtimeInvisibleAnnotations: Annotations

    Permalink
  36. def runtimeInvisibleTypeAnnotations: TypeAnnotations

    Permalink
    Definition Classes
    CommonAttributes
  37. def runtimeVisibleAnnotations: Annotations

    Permalink
  38. def runtimeVisibleTypeAnnotations: TypeAnnotations

    Permalink
    Definition Classes
    CommonAttributes
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. val thisType: ObjectType

    Permalink
  41. def toJava: String

    Permalink
    Definition Classes
    VirtualClassVirtualSourceElement
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from VirtualSourceElement

Inherited from Ordered[VirtualSourceElement]

Inherited from Comparable[VirtualSourceElement]

Inherited from SourceElement

Inherited from CommonAttributes

Inherited from AnyRef

Inherited from Any

Ungrouped