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

  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 Global.LazyType with Global.FlagAgnosticCompleter

  4. class TypeParamsType extends Global.LazyType with Global.FlagAgnosticCompleter

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. 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: Global.Symbol): Unit

    Add type parameters of enclosing classes

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. var busy: Option[Global.Symbol]

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

    Return the class symbol of the given name.

  12. var classTParams: Map[Global.Name, Global.Symbol]

    Attributes
    protected
  13. var clazz: Global.Symbol

    Attributes
    protected
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. var currentClass: Global.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 forceMangledName(name: Global.Name, module: Boolean): Global.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.

  24. 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()
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def getScope(flags: JavaAccFlags): Global.Scope

    Attributes
    protected
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. var in: AbstractFileReader

    Attributes
    protected
  29. object innerClasses

    Return the class symbol for the given name.

  30. var instanceScope: Global.Scope

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

    Definition Classes
    Any
  32. var isScala: Boolean

    Attributes
    protected
  33. var isScalaAnnot: Boolean

    Attributes
    protected
  34. var isScalaRaw: Boolean

    Attributes
    protected
  35. def moduleClass: Global.Symbol

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

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

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

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

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

  41. def parseClass(): Unit

  42. def parseField(): Unit

  43. def parseInnerClasses(): Unit

    Parse inner classes.

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

  44. def parseMethod(): Unit

  45. var pool: ConstantPool

    Attributes
    protected
  46. def skipAttributes(): Unit

  47. def skipMembers(): Unit

  48. def skipSuperclasses(): Unit

  49. def srcfile: Option[AbstractFile]

  50. var srcfile0: Option[AbstractFile]

    Attributes
    protected
  51. var staticModule: Global.Symbol

    Attributes
    protected
  52. var staticScope: Global.Scope

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

    Definition Classes
    AnyRef
  54. def toString(): String

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

    Attributes
    protected
  56. final def u2(): Char

    Attributes
    protected
  57. final def u4(): Int

    Attributes
    protected
  58. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. 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