scala.tools.nsc.symtab.classfile.ClassfileParser

ConstantPool

class ConstantPool extends AnyRef

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

Instance Constructors

  1. new ConstantPool()

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getBytes(indices: List[Int]): Array[Byte]

  12. def getBytes(index: Int): Array[Byte]

  13. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  14. def getClassName(index: Int): Name

    Return the external name of the class info structure found at 'index'.

    Return the external name of the class info structure found at 'index'. Use 'getClassSymbol' if the class is sure to be a top-level class.

  15. def getClassOrArrayType(index: Int): Type

    Return the type of a class constant entry.

    Return the type of a class constant entry. Since arrays are considered to be class types, they might appear as entries in 'newarray' or 'cast' opcodes.

  16. def getClassSymbol(index: Int): Symbol

  17. def getConstant(index: Int): Constant

  18. def getExternalName(index: Int): Name

    Return the name found at given index in the constant pool, with '/' replaced by '.

    Return the name found at given index in the constant pool, with '/' replaced by '.'.

  19. def getMemberSymbol(index: Int, static: Boolean): Symbol

    Return the symbol of the class member at index.

    Return the symbol of the class member at index. The following special cases exist:

    • If the member refers to special MODULE$ static field, return the symbol of the corresponding module.
    • If the member is a field, and is not found with the given name, another try is made by appending nme.LOCAL_SUFFIX_STRING
    • If no symbol is found in the right tpe, a new try is made in the companion class, in case the owner is an implementation class.
  20. def getName(index: Int): Name

    Return the name found at given index.

  21. def getSuperClass(index: Int): Symbol

  22. def getType(sym: Symbol, index: Int): Type

  23. def getType(index: Int): Type

  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any