scala.tools.nsc.symtab.classfile

ICodeReader

abstract class ICodeReader extends ClassfileParser

ICode reader from Java bytecode.

Version

1.0

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ICodeReader
  2. ClassfileParser
  3. AnyRef
  4. 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 ICodeReader()

Type Members

  1. class ConstantPool extends AnyRef

    Definition Classes
    ClassfileParser
  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

    Definition Classes
    ClassfileParser
  4. class LinearCode extends AnyRef

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

    Definition Classes
    ClassfileParser

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    ICodeReaderClassfileParser

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 ICodeReader to StringAdd[ICodeReader] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ICodeReader, B)

    Implicit information
    This member is added by an implicit conversion from ICodeReader to ArrowAssoc[ICodeReader] 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. val JVM: reflect.internal.ClassfileConstants.type

  9. def addEnclosingTParams(clazz: Global.Symbol): Unit

    Add type parameters of enclosing classes

    Add type parameters of enclosing classes

    Definition Classes
    ClassfileParser
  10. final def asInstanceOf[T0]: T0

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

    Attributes
    protected
    Definition Classes
    ClassfileParser
  12. def classNameToSymbol(name: Global.Name): Global.Symbol

    Return the class symbol of the given name.

    Return the class symbol of the given name.

    Definition Classes
    ICodeReaderClassfileParser
  13. var classTParams: Map[Global.Name, Global.Symbol]

    Attributes
    protected
    Definition Classes
    ClassfileParser
  14. var clazz: Global.Symbol

    Attributes
    protected
    Definition Classes
    ClassfileParser
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. var currentClass: Global.Name

    Attributes
    protected
    Definition Classes
    ClassfileParser
  17. def ensuring(cond: (ICodeReader) ⇒ Boolean, msg: ⇒ Any): ICodeReader

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. 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.

    Definition Classes
    ClassfileParser
  25. def formatted(fmtstr: String): String

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

    Definition Classes
    AnyRef → Any
  27. def getCode(flags: JavaAccFlags): Global.icodes.IClass

    Return the icode class that should include members with the given flags.

    Return the icode class that should include members with the given flags. There are two possible classes, the static part and the instance part.

  28. def getScope(flags: JavaAccFlags): Global.Scope

    Attributes
    protected
    Definition Classes
    ClassfileParser
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. var in: AbstractFileReader

    Attributes
    protected
    Definition Classes
    ClassfileParser
  31. object innerClasses

    Return the class symbol for the given name.

  32. var instanceCode: Global.icodes.IClass

  33. var instanceScope: Global.Scope

    Attributes
    protected
    Definition Classes
    ClassfileParser
  34. def isBox(m: Global.Symbol): Boolean

    Note: these methods are different from the methods of the same name found in Definitions.

    Note: these methods are different from the methods of the same name found in Definitions. These test whether a symbol represents one of the boxTo/unboxTo methods found in BoxesRunTime. The others test whether a symbol represents a synthetic method from one of the fake companion classes of the primitive types, such as Int.box(5).

  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. var isScala: Boolean

    Attributes
    protected
    Definition Classes
    ClassfileParser
  37. var isScalaAnnot: Boolean

    Attributes
    protected
    Definition Classes
    ClassfileParser
  38. var isScalaModule: Boolean

  39. var isScalaRaw: Boolean

    Attributes
    protected
    Definition Classes
    ClassfileParser
  40. def isUnbox(m: Global.Symbol): Boolean

  41. var maxLocals: Int

  42. var maxStack: Int

  43. var method: Global.icodes.IMethod

  44. def moduleClass: Global.Symbol

    Attributes
    protected
    Definition Classes
    ClassfileParser
  45. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    ClassfileParser
  49. def parseAttribute(): Unit

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

    Definition Classes
    ClassfileParser
  51. def parseByteCode(): Unit

    Parse java bytecode into ICode

  52. def parseClass(): Unit

    Definition Classes
    ICodeReaderClassfileParser
  53. def parseField(): Unit

    Definition Classes
    ICodeReaderClassfileParser
  54. def parseInnerClasses(): Unit

    Parse inner classes.

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

    Definition Classes
    ClassfileParser
  55. def parseMethod(): Unit

    Definition Classes
    ICodeReaderClassfileParser
  56. var pc: Int

  57. var pool: ConstantPool

    Attributes
    protected
    Definition Classes
    ClassfileParser
  58. def readClass(cls: Global.Symbol): (Global.icodes.IClass, Global.icodes.IClass)

    Read back bytecode for the given class symbol.

    Read back bytecode for the given class symbol. It returns two IClass objects, one for static members and one for non-static members.

  59. def skipAttributes(): Unit

    Definition Classes
    ClassfileParser
  60. def skipMembers(): Unit

    Definition Classes
    ClassfileParser
  61. def skipSuperclasses(): Unit

    Definition Classes
    ClassfileParser
  62. def srcfile: Option[AbstractFile]

    Definition Classes
    ClassfileParser
  63. var srcfile0: Option[AbstractFile]

    Attributes
    protected
    Definition Classes
    ClassfileParser
  64. var staticCode: Global.icodes.IClass

  65. var staticModule: Global.Symbol

    Attributes
    protected
    Definition Classes
    ClassfileParser
  66. var staticScope: Global.Scope

    Attributes
    protected
    Definition Classes
    ClassfileParser
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  68. def toString(): String

    Definition Classes
    AnyRef → Any
  69. def toUnsignedByte(b: Byte): Int

  70. final def u1(): Int

    Attributes
    protected
    Definition Classes
    ClassfileParser
  71. final def u2(): Char

    Attributes
    protected
    Definition Classes
    ClassfileParser
  72. final def u4(): Int

    Attributes
    protected
    Definition Classes
    ClassfileParser
  73. final def wait(): Unit

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

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

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

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

Inherited from ClassfileParser

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped