scala.tools.nsc.symtab.classfile

ClassfileParser

abstract class ClassfileParser extends AnyRef

This abstract class implements a class file parser.

Version

1.0

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClassfileParser
  2. AnyRef
  3. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassfileParser()

Type Members

  1. class ConstantPool extends AnyRef

    Constructor of this class should not be called directly, use newConstantPool instead.

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

    An entry in the InnerClasses attribute of this class file.

  3. class LazyAliasType extends (symbolTable)#LazyType with (symbolTable)#FlagAgnosticCompleter

  4. abstract type ThisConstantPool <: ConstantPool

    Attributes
    protected
  5. class TypeParamsType extends (symbolTable)#LazyType with (symbolTable)#FlagAgnosticCompleter

Abstract Value Members

  1. abstract def classPath: ClassPath[AbstractFile]

    The compiler classpath.

  2. abstract val loaders: SymbolLoaders { val symbolTable: scala.tools.nsc.symtab.classfile.ClassfileParser.<refinement>.type }

  3. abstract def lookupMemberAtTyperPhaseIfPossible(sym: (symbolTable)#Symbol, name: (symbolTable)#Name): (symbolTable)#Symbol

    If typer phase is defined then perform member lookup of a symbol sym at typer phase.

    If typer phase is defined then perform member lookup of a symbol sym at typer phase. This method results from refactoring. The original author of the logic that uses typer phase didn't explain why we need to force infos at that phase specifically. It only mentioned that ClassfileParse can be called late (e.g. at flatten phase) and we make to make sure we handle such situation properly.

    Attributes
    protected
  4. abstract def newConstantPool: ThisConstantPool

    Attributes
    protected
  5. abstract val symbolTable: SymbolTable { def settings: scala.tools.nsc.Settings }

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to StringAdd[ClassfileParser] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ClassfileParser, B)

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to ArrowAssoc[ClassfileParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def addEnclosingTParams(clazz: (symbolTable)#Symbol): Unit

    Add type parameters of enclosing classes

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. var busy: (symbolTable)#Symbol

    Attributes
    protected
  11. def classNameToSymbol(name: (symbolTable)#Name): (symbolTable)#Symbol

    Return the class symbol of the given name.

  12. var classTParams: Map[(symbolTable)#Name, (symbolTable)#Symbol]

    Attributes
    protected
  13. var clazz: (symbolTable)#Symbol

    Attributes
    protected
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. var currentClass: (symbolTable)#Name

    Attributes
    protected
  16. def ensuring(cond: (ClassfileParser) ⇒ Boolean, msg: ⇒ Any): ClassfileParser

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to Ensuring[ClassfileParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (ClassfileParser) ⇒ Boolean): ClassfileParser

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to Ensuring[ClassfileParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): ClassfileParser

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to Ensuring[ClassfileParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): ClassfileParser

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to Ensuring[ClassfileParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to StringFormat[ClassfileParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def getScope(flags: JavaAccFlags): (symbolTable)#Scope

    Attributes
    protected
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. var in: AbstractFileReader

    Attributes
    protected
  28. object innerClasses

    Return the class symbol for the given name.

  29. var instanceScope: (symbolTable)#Scope

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

    Definition Classes
    Any
  31. var isScala: Boolean

    Attributes
    protected
  32. var isScalaAnnot: Boolean

    Attributes
    protected
  33. var isScalaRaw: Boolean

    Attributes
    protected
  34. def moduleClass: (symbolTable)#Symbol

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

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

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

    Definition Classes
    AnyRef
  38. def parse(file: AbstractFile, root: (symbolTable)#Symbol): Unit

  39. def parseAttributes(sym: (symbolTable)#Symbol, symtype: (symbolTable)#Type): Unit

  40. def parseClass(): Unit

  41. def parseField(): Unit

  42. def parseInnerClasses(): Unit

    Parse inner classes.

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

  43. def parseMethod(): Unit

  44. var pool: ThisConstantPool

    Attributes
    protected
  45. def skipAttributes(): Unit

  46. def skipMembers(): Unit

  47. def skipSuperclasses(): Unit

  48. def srcfile: Option[AbstractFile]

  49. var srcfile0: Option[AbstractFile]

    Attributes
    protected
  50. var staticModule: (symbolTable)#Symbol

    Attributes
    protected
  51. var staticScope: (symbolTable)#Scope

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

    Definition Classes
    AnyRef
  53. def toString(): String

    Definition Classes
    AnyRef → Any
  54. final def u1(): Int

    Attributes
    protected
  55. final def u2(): Int

    Attributes
    protected
  56. final def u4(): Int

    Attributes
    protected
  57. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def [B](y: B): (ClassfileParser, B)

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to ArrowAssoc[ClassfileParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from ClassfileParser to StringAdd[ClassfileParser]

Inherited by implicit conversion StringFormat from ClassfileParser to StringFormat[ClassfileParser]

Inherited by implicit conversion Ensuring from ClassfileParser to Ensuring[ClassfileParser]

Inherited by implicit conversion ArrowAssoc from ClassfileParser to ArrowAssoc[ClassfileParser]

Ungrouped