package classfile
Ordering
- Alphabetic
- By Inheritance
Inherited
- classfile
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final class AbstractFileReader extends DataReader
This class reads files byte per byte.
This class reads files byte per byte. Only used by ClassFileParser
- Version
1.0, 23/03/2004
- abstract class ClassfileParser extends AnyRef
This abstract class implements a class file parser.
This abstract class implements a class file parser.
- Version
1.0
- trait DataReader extends AnyRef
- abstract class Pickler extends SubComponent
Serialize a top-level module and/or class.
Serialize a top-level module and/or class.
- Version
1.0
- See also
EntryTags.scala for symbol table attribute format.
- final class ReusableDataReader extends DataReader
Value Members
- val ClassfileConstants: reflect.internal.ClassfileConstants.type
The Scala compiler and reflection APIs.