Packages

p

scala.tools.nsc.symtab

classfile

package classfile

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. classfile
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AbstractFileReader extends AnyRef

    This class reads files byte per byte.

    This class reads files byte per byte. Only used by ClassFileParser

    Version

    1.0, 23/03/2004

  2. abstract class ClassfileParser extends AnyRef

    This abstract class implements a class file parser.

    This abstract class implements a class file parser.

    Version

    1.0

  3. 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.

Value Members

  1. val ClassfileConstants: reflect.internal.ClassfileConstants.type

Inherited from AnyRef

Inherited from Any

Ungrouped