Packages

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 = NoInterfaces, fields: Fields = NoFields, methods: Methods = NoMethods, attributes: Attributes = NoAttributes) 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 = NoInterfaces, fields: Fields = NoFields, methods: Methods = NoMethods, attributes: Attributes = NoAttributes)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accessFlags: Node
    Attributes
    protected
  5. val access_flags: Int
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def attributeToXHTML(attribute: Attribute): Node
  8. val attributes: Attributes
  9. def classFileToXHTML(source: Option[AnyRef]): Node
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. val constant_pool: Constant_Pool
  12. def cpToXHTML: Node

    Converts the constant pool to (x)HTML5.

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val fields: Fields
  15. def fieldsToXHTML: Iterator[Node]
  16. def filter: Node
    Attributes
    protected
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val interfaces: Interfaces
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def jdkVersion: String
  22. val major_version: Int
  23. val methods: Methods
  24. def methodsToXHTML: Iterator[Node]
  25. val minor_version: Int
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def size: Int

    Size of the class file in bytes.

  30. final val superTypes: Seq[Seq[Seq[Node]]]
  31. val super_class: Constant_Pool_Index
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. final val thisType: ObjectTypeInfo

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

  34. val this_class: Constant_Pool_Index
  35. def toXHTML(source: Option[AnyRef], embeddedCSS: Option[String] = Some(ClassFile.TheCSS), cssFile: Option[String] = None, jsFile: Option[String] = None, withMethodsFilter: Boolean = true): Node

    Creates an XHTML representation of the ClassFile.

    Creates an XHTML representation of the ClassFile.

    embeddedCSS

    A string which contains a CSS.

    cssFile

    Reference to a(nother) CSS file.

    jsFile

    Reference to a JavaScript file.

    returns

    The generatd HTML.

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped