Package

scala.tools.nsc.symtab

classfile

Permalink

package classfile

Source
package.scala
Linear Supertypes
Content Hierarchy
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

    Permalink

    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

    Permalink

    This abstract class implements a class file parser.

    This abstract class implements a class file parser.

    Version

    1.0

  3. abstract class ICodeReader extends ClassfileParser

    Permalink

    ICode reader from Java bytecode.

    ICode reader from Java bytecode.

    Version

    1.0

  4. abstract class Pickler extends SubComponent

    Permalink

    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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped