Class/Object

org.opalj.da

ClassFile

Related Docs: object ClassFile | package da

Permalink

case class ClassFile(constant_pool: Constant_Pool, minor_version: Int, major_version: Int, access_flags: Int = ACC_PUBLIC.mask | ACC_SUPER.mask, this_class: Constant_Pool_Index, super_class: Constant_Pool_Index, interfaces: Interfaces = IndexedSeq.empty, fields: Fields = IndexedSeq.empty, methods: Methods = IndexedSeq.empty, attributes: Attributes = IndexedSeq.empty) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassFile
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassFile(constant_pool: Constant_Pool, minor_version: Int, major_version: Int, access_flags: Int = ACC_PUBLIC.mask | ACC_SUPER.mask, this_class: Constant_Pool_Index, super_class: Constant_Pool_Index, interfaces: Interfaces = IndexedSeq.empty, fields: Fields = IndexedSeq.empty, methods: Methods = IndexedSeq.empty, attributes: Attributes = IndexedSeq.empty)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def accessFlags: Node

    Permalink
    Attributes
    protected
  5. val access_flags: Int

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def attributeToXHTML(attribute: Attribute): Node

    Permalink
  8. val attributes: Attributes

    Permalink
  9. def attributesToXHTML: Seq[Node]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val constant_pool: Constant_Pool

    Permalink
  12. def cpToXHTML: Node

    Permalink

    Converts the constant pool to (x)HTML5.

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. val fields: Fields

    Permalink
  15. def fieldsToXHTML: Seq[Node]

    Permalink
  16. def filter: Node

    Permalink
    Attributes
    protected
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. val interfaces: Interfaces

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def jdkVersion: String

    Permalink
  22. val major_version: Int

    Permalink
  23. val methods: Methods

    Permalink
  24. def methodsToXHTML: Seq[Node]

    Permalink
  25. val minor_version: Int

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def size: Int

    Permalink

    Size of the class file in bytes.

  30. final val superTypes: NodeSeq

    Permalink
  31. val super_class: Constant_Pool_Index

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. final val thisType: String

    Permalink

    The fully qualified name of this class in Java notation (i.e., using dots to seperate packages.)

  34. val this_class: Constant_Pool_Index

    Permalink
  35. def toXHTML(css: String = ClassFile.TheCSS): Node

    Permalink
  36. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. 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 AnyRef

Inherited from Any

Ungrouped