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
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClassfileParser
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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: Int) extends Product with Serializable

    An entry in the InnerClasses attribute of this class file.

  3. class LazyAliasType extends Global.LazyType

  4. class TypeParamsType extends Global.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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to StringAdd performed by method any2stringadd 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 any2ArrowAssoc 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 any2Ensuring 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 any2Ensuring 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 any2Ensuring 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 any2Ensuring 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()
  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 performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

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

    Attributes
    protected
  27. def getScope(flags: Int): Global.Scope

    Attributes
    protected
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. var in: AbstractFileReader

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

  31. var instanceScope: Global.Scope

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

    Definition Classes
    Any
  33. var isScala: Boolean

    Attributes
    protected
  34. var isScalaAnnot: Boolean

    Attributes
    protected
  35. var isScalaRaw: Boolean

    Attributes
    protected
  36. def moduleClass: Global.Symbol

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

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

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

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

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

  42. def parseClass(): Unit

  43. def parseField(): Unit

  44. def parseInnerClasses(): Unit

    Parse inner classes.

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

  45. def parseMethod(): Unit

  46. var pool: ConstantPool

    Attributes
    protected
  47. var sawPrivateConstructor: Boolean

  48. def skipAttributes(): Unit

  49. def skipMembers(): Unit

  50. def skipSuperclasses(): Unit

  51. def srcfile: Option[AbstractFile]

  52. var srcfile0: Option[AbstractFile]

    Attributes
    protected
  53. var staticModule: Global.Symbol

    Attributes
    protected
  54. var staticScope: Global.Scope

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

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    AnyRef → Any
  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 any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (classfileParser: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (classfileParser: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ClassfileParser

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to ArrowAssoc[ClassfileParser] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (classfileParser: ArrowAssoc[ClassfileParser]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ClassfileParser

    Implicit information
    This member is added by an implicit conversion from ClassfileParser to Ensuring[ClassfileParser] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (classfileParser: Ensuring[ClassfileParser]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ClassfileParser to StringAdd

Inherited by implicit conversion any2stringfmt from ClassfileParser to StringFormat

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

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

No Group