class ConstantsPool extends ConstantsPoolLike
An immutable view of a created constants pool. The ConstantsPool object is typically
created using a ConstantsBuffer's build method.
- Alphabetic
- By Inheritance
- ConstantsPool
- ConstantsPoolLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ConstantsPool(constantPool: Map[Constant_Pool_Entry, Constant_Pool_Index], bootstrapMethods: IndexedSeq[BootstrapMethod])
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
CPEClass(referenceType: ReferenceType, requiresUByteIndex: Boolean): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
- Annotations
- @throws( ... )
-
def
CPEDouble(value: Double): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
-
def
CPEFieldRef(objectType: ObjectType, fieldName: String, fieldType: String): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
-
def
CPEFloat(value: Float, requiresUByteIndex: Boolean): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
- Annotations
- @throws( ... )
-
def
CPEInteger(value: Int, requiresUByteIndex: Boolean): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
- Annotations
- @throws( ... )
-
def
CPEInterfaceMethodRef(objectType: ReferenceType, name: String, descriptor: MethodDescriptor): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
- def CPEInterfaceMethodRef(objectType: ReferenceType, methodName: String, descriptor: String): Int
-
def
CPEInvokeDynamic(bootstrapMethod: BootstrapMethod, name: String, descriptor: MethodDescriptor): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
- def CPEInvokeDynamic(bootstrapMethod: BootstrapMethod, name: String, descriptor: String): Int
-
def
CPELong(value: Long): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
-
def
CPEMethodHandle(methodHandle: MethodHandle, requiresUByteIndex: Boolean): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
- Annotations
- @throws( ... )
-
def
CPEMethodRef(objectType: ReferenceType, name: String, descriptor: MethodDescriptor): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
- def CPEMethodRef(referenceType: ReferenceType, methodName: String, descriptor: String): Int
-
def
CPEMethodType(descriptor: MethodDescriptor, requiresUByteIndex: Boolean): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
-
def
CPEMethodType(descriptor: String, requiresUByteIndex: Boolean): Int
- Annotations
- @throws( ... )
-
def
CPENameAndType(name: String, tpe: String): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
-
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.
- Definition Classes
- ConstantsPoolLike
-
def
CPEString(value: String, requiresUByteIndex: Boolean): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
- Annotations
- @throws( ... )
-
def
CPEUtf8(value: String): Int
- Definition Classes
- ConstantsPool → ConstantsPoolLike
-
def
CPEUtf8OfCPEClass(referenceType: ReferenceType): Int
- Definition Classes
- ConstantsPoolLike
-
def
CPEntryForBootstrapArgument(bootstrapArgument: BootstrapArgument): Int
- Definition Classes
- ConstantsPoolLike
- Annotations
- @throws( ... )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bootstrapMethods: IndexedSeq[BootstrapMethod]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val constantPool: Map[Constant_Pool_Entry, Constant_Pool_Index]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )