class
Classfile
extends AnyRef
Type Members
-
case class
Attribute
(name: Int, data: Array[Byte]) extends Product with Serializable
-
case class
Member
(field: Boolean, flags: Int, name: Int, tpe: Int, attribs: List[Attribute]) extends Product with Serializable
-
class
Pool
extends AnyRef
-
type
UTF8
= UTF8
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
val
attribs
: List[Attribute]
-
val
classname
: Char
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
val
fields
: List[Member]
-
def
finalize
(): Unit
-
val
flags
: Char
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
interfaces
: List[Int]
-
def
isInstanceOf
[T0]
: Boolean
-
val
majorVersion
: Char
-
val
methods
: List[Member]
-
val
minorVersion
: Char
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
pool
: Pool
-
def
readAttribs
: List[Attribute]
-
def
readInterfaces
: List[Int]
-
def
readMembers
(field: Boolean): List[Member]
-
def
scalaSigAttribute
: Option[Attribute]
-
val
superclass
: Char
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any