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

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

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. val interfaces: Interfaces
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def jdkVersion: String
  21. val major_version: Int
  22. val methods: Methods
  23. def methodsToXHTML: Iterator[Node]
  24. val minor_version: Int
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def size: Int

    Size of the class file in bytes.

  30. final val superTypes: Seq[Seq[Seq[Node]] with AbstractSeq[Seq[Node]] with StrictOptimizedSeqOps[Seq[Node], [_]Seq[_], Seq[Seq[Node]] with AbstractSeq[Seq[Node]] with StrictOptimizedSeqOps[Seq[Node], [_]Seq[_], Seq[Seq[Node]] with AbstractSeq[Seq[Node]] with StrictOptimizedSeqOps[Seq[Node], [_]Seq[_], Seq[Seq[Node]] with AbstractSeq[Seq[Node]] with Serializable] with Serializable { def empty: Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with java.io.Serializable }] with Serializable { def empty: Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with scala.collection.immutable.StrictOptimizedSeqOps[Seq[scala.xml.Node],[_]Seq[_],Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with java.io.Serializable] with java.io.Serializable{def empty: Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with java.io.Serializable} }] with Serializable { def empty: Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with scala.collection.immutable.StrictOptimizedSeqOps[Seq[scala.xml.Node],[_]Seq[_],Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with scala.collection.immutable.StrictOptimizedSeqOps[Seq[scala.xml.Node],[_]Seq[_],Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with java.io.Serializable] with java.io.Serializable{def empty: Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with java.io.Serializable}] with java.io.Serializable{def empty: Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with scala.collection.immutable.StrictOptimizedSeqOps[Seq[scala.xml.Node],[_]Seq[_],Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with java.io.Serializable] with java.io.Serializable{def empty: Seq[Seq[scala.xml.Node]] with scala.collection.AbstractSeq[Seq[scala.xml.Node]] with java.io.Serializable}} }]
  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(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. 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 AnyRef

Inherited from Any

Ungrouped