ClassFile

case class ClassFile(header: ClassFileHeader, fields: Seq[Field], methods: Seq[Method], attributes: Seq[Attribute])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def annotation(name: String): Option[Annotation]
def attribute(name: String): Option[Attribute]
def constant(index: Int): Any
def constantWrapped(index: Int): Any
def interfaces: Seq[Any]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields