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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassFile
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
size: Int
Size of the class file in bytes.
- final val superTypes: Seq[Seq[Seq[Node]]]
- 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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )