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
- Alphabetic
- By Inheritance
- ClassFile
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accessFlags: Node
- Attributes
- protected
- val access_flags: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributeToXHTML(attribute: Attribute): Node
- val attributes: Attributes
- def classFileToXHTML(source: Option[AnyRef]): Node
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val constant_pool: Constant_Pool
- def cpToXHTML: Node
Converts the constant pool to (x)HTML5.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fields: Fields
- def fieldsToXHTML: Iterator[Node]
- def filter: Node
- Attributes
- protected
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val interfaces: Interfaces
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jdkVersion: String
- val major_version: Int
- val methods: Methods
- def methodsToXHTML: Iterator[Node]
- val minor_version: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def size: Int
Size of the class file in bytes.
- 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}} }]
- val super_class: Constant_Pool_Index
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final val thisType: ObjectTypeInfo
The fully qualified name of this class in Java notation (i.e., using dots to seperate packages.)
- val this_class: Constant_Pool_Index
- 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.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated