trait ConstantsPoolLike extends AnyRef
- Source
- ConstantsPoolLike.scala
- Note
The subclasses define in which case which exceptions may be thrown!
- Alphabetic
- By Inheritance
- ConstantsPoolLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def CPEClass(referenceType: ReferenceType, requiresUByteIndex: Boolean): Int
- abstract def CPEDouble(value: Double): Int
- abstract def CPEDynamic(bootstrapMethod: BootstrapMethod, name: String, descriptor: FieldType, requiresUByteIndex: Boolean): Int
- abstract def CPEFieldRef(objectType: ObjectType, fieldName: String, fieldType: String): Int
- abstract def CPEFloat(value: Float, requiresUByteIndex: Boolean): Int
- abstract def CPEInteger(value: Int, requiresUByteIndex: Boolean): Int
- abstract def CPEInterfaceMethodRef(objectType: ReferenceType, name: String, descriptor: MethodDescriptor): Int
- abstract def CPEInvokeDynamic(bootstrapMethod: BootstrapMethod, name: String, descriptor: MethodDescriptor): Int
- abstract def CPELong(value: Long): Int
- abstract def CPEMethodHandle(methodHandle: MethodHandle, requiresUByteIndex: Boolean): Int
- abstract def CPEMethodRef(referenceType: ReferenceType, methodName: String, descriptor: MethodDescriptor): Int
- abstract def CPEMethodType(descriptor: MethodDescriptor, requiresUByteIndex: Boolean): Int
- abstract def CPENameAndType(name: String, tpe: String): Int
- abstract def CPEString(value: String, requiresUByteIndex: Boolean): Int
- abstract def CPEUtf8(value: String): Int
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def CPERefOfCPEMethodHandle(methodHandle: MethodHandle): (Int, Int)
- 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.
- def CPEUtf8OfCPEClass(referenceType: ReferenceType): Int
- def CPEntryForBootstrapArgument(bootstrapArgument: BootstrapArgument): Int
- Annotations
- @throws(scala.this.throws.<init>$default$1[org.opalj.br.cp.ConstantPoolException])
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated