Uses of Class
com.strobel.assembler.ir.ConstantPool.Entry
Packages that use ConstantPool.Entry
-
Uses of ConstantPool.Entry in com.strobel.assembler.ir
Subclasses of ConstantPool.Entry in com.strobel.assembler.irModifier and TypeClassDescriptionstatic class
static final class
static final class
static final class
static final class
static final class
static class
static final class
static class
static final class
static final class
static class
static class
static class
static class
static final class
static final class
static final class
Fields in com.strobel.assembler.ir with type parameters of type ConstantPool.EntryModifier and TypeFieldDescriptionprivate final HashMap
<ConstantPool.Key, ConstantPool.Entry> ConstantPool._entryMap
private final ArrayList
<ConstantPool.Entry> ConstantPool._pool
Methods in com.strobel.assembler.ir with type parameters of type ConstantPool.EntryModifier and TypeMethodDescription<T extends ConstantPool.Entry>
TConstantPool.getEntry
(int index) Methods in com.strobel.assembler.ir that return ConstantPool.EntryModifier and TypeMethodDescriptionConstantPool.get
(int index) ConstantPool.get
(int index, ConstantPool.Tag expectedType) Methods in com.strobel.assembler.ir that return types with arguments of type ConstantPool.EntryMethods in com.strobel.assembler.ir with parameters of type ConstantPool.EntryModifier and TypeMethodDescriptionvoid
ConstantPool.Visitor.visit
(ConstantPool.Entry entry) void
ConstantPool.Writer.visit
(ConstantPool.Entry entry) -
Uses of ConstantPool.Entry in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with parameters of type ConstantPool.Entry