Trait

org.opalj.br.cp

ConstantsPoolLike

Related Doc: package cp

Permalink

trait ConstantsPoolLike extends AnyRef

Note

The subclasses define in which case which exceptions may be thrown!

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstantsPoolLike
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def CPEClass(referenceType: ReferenceType, requiresUByteIndex: Boolean): Int

    Permalink
  2. abstract def CPEDouble(value: Double): Int

    Permalink
  3. abstract def CPEFieldRef(objectType: ObjectType, fieldName: String, fieldType: String): Int

    Permalink
  4. abstract def CPEFloat(value: Float, requiresUByteIndex: Boolean): Int

    Permalink
  5. abstract def CPEInteger(value: Int, requiresUByteIndex: Boolean): Int

    Permalink
  6. abstract def CPEInterfaceMethodRef(objectType: ReferenceType, name: String, descriptor: String): Int

    Permalink
  7. abstract def CPEInvokeDynamic(bootstrapMethod: BootstrapMethod, name: String, descriptor: String): Int

    Permalink
  8. abstract def CPELong(value: Long): Int

    Permalink
  9. abstract def CPEMethodHandle(methodHandle: MethodHandle, requiresUByteIndex: Boolean): Int

    Permalink
  10. abstract def CPEMethodRef(referenceType: ReferenceType, methodName: String, descriptor: String): Int

    Permalink
  11. abstract def CPEMethodType(descriptor: String, requiresUByteIndex: Boolean): Int

    Permalink
  12. abstract def CPENameAndType(name: String, tpe: String): Int

    Permalink
  13. abstract def CPEString(value: String, requiresUByteIndex: Boolean): Int

    Permalink
  14. abstract def CPEUtf8(value: String): Int

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def CPERefOfCPEMethodHandle(methodHandle: MethodHandle): (Int, Int)

    Permalink

    returns

    A pair of ints where the first value is the method handle's tag and the second one is the constant pool index of the constant pool entry that the CONSTANT_MethodHandle should reference.

  5. def CPEUtf8OfCPEClass(referenceType: ReferenceType): Int

    Permalink
  6. def CPEntryForBootstrapArgument(bootstrapArgument: BootstrapArgument): Int

    Permalink
    Annotations
    @throws( ... )
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped