scala.tools.nsc.symtab.classfile

ClassfileParser

abstract class ClassfileParser extends AnyRef

This abstract class implements a class file parser.

Source
ClassfileParser.scala
Version

1.0

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ClassfileParser
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassfileParser()

Type Members

  1. class ConstantPool extends AnyRef

  2. case class InnerClassEntry(external: Int, outer: Int, name: Int, jflags: Int) extends Product with Serializable

    An entry in the InnerClasses attribute of this class file.

  3. class LazyAliasType extends LazyType

  4. class TypeParamsType extends LazyType

Abstract Value Members

  1. abstract val global: Global

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addEnclosingTParams(clazz: Symbol): Unit

    Add type parameters of enclosing classes

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. var busy: Option[Symbol]

    Attributes
    protected
  9. def classNameToSymbol(name: Name): Symbol

    Return the class symbol of the given name.

  10. var classTParams: Map[Name, Symbol]

    Attributes
    protected
  11. var clazz: Symbol

    Attributes
    protected
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def forceMangledName(name: Name, module: Boolean): Symbol

    Try to force the chain of enclosing classes for the given name.

    Try to force the chain of enclosing classes for the given name. Otherwise flatten would not lift classes that were not referenced in the source code.

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getOwner(flags: Int): Symbol

    Attributes
    protected
  19. def getScope(flags: Int): Scope

    Attributes
    protected
  20. var hasMeta: Boolean

    Attributes
    protected
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. var in: AbstractFileReader

    Attributes
    protected
  23. object innerClasses extends HashMap[Name, InnerClassEntry]

  24. var instanceDefs: Scope

    Attributes
    protected
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. var isScala: Boolean

    Attributes
    protected
  27. var isScalaAnnot: Boolean

    Attributes
    protected
  28. var isScalaRaw: Boolean

    Attributes
    protected
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def parse(file: AbstractFile, root: Symbol): Unit

  33. def parseAttributes(sym: Symbol, symtype: Type): Unit

  34. def parseClass(): Unit

  35. def parseField(): Unit

  36. def parseInnerClasses(): Unit

    Parse inner classes.

    Parse inner classes. Expects in.bp to point to the superclass entry. Restores the old bp.

  37. def parseMethod(): Unit

  38. var pool: ConstantPool

    Attributes
    protected
  39. var sawPrivateConstructor: Boolean

  40. def skipAttributes(): Unit

  41. def skipMembers(): Unit

  42. def skipSuperclasses(): Unit

  43. def srcfile: Option[AbstractFile]

  44. var srcfile0: Option[AbstractFile]

    Attributes
    protected
  45. var staticDefs: Scope

    Attributes
    protected
  46. var staticModule: Symbol

    Attributes
    protected
  47. def statics: Symbol

    Attributes
    protected
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any