The constant pool is considered to be static; i.e., references between
constant pool entries are always resolved at most once and the results are cached.
Hence, after reading the constant pool the constant pool is treated as
immutable; the referenced constant pool entry must not change.
Linear Supertypes
Constant_PoolReader, Constant_PoolAbstractions, AnyRef, Any
A representation of the constant pool.
The constant pool is considered to be static; i.e., references between constant pool entries are always resolved at most once and the results are cached. Hence, after reading the constant pool the constant pool is treated as immutable; the referenced constant pool entry must not change.