Uses of Class
com.strobel.assembler.ir.ConstantPool.Entry
-
Packages that use ConstantPool.Entry Package Description com.strobel.assembler.ir com.strobel.assembler.metadata -
-
Uses of ConstantPool.Entry in com.strobel.assembler.ir
Subclasses of ConstantPool.Entry in com.strobel.assembler.ir Modifier and Type Class Description static class
ConstantPool.ConstantEntry
static class
ConstantPool.DoubleConstantEntry
static class
ConstantPool.FieldReferenceEntry
static class
ConstantPool.FloatConstantEntry
static class
ConstantPool.IntegerConstantEntry
static class
ConstantPool.InterfaceMethodReferenceEntry
static class
ConstantPool.InvokeDynamicInfoEntry
static class
ConstantPool.LongConstantEntry
static class
ConstantPool.MethodHandleEntry
static class
ConstantPool.MethodReferenceEntry
static class
ConstantPool.MethodTypeEntry
static class
ConstantPool.ModuleEntry
static class
ConstantPool.NameAndTypeDescriptorEntry
static class
ConstantPool.PackageEntry
static class
ConstantPool.ReferenceEntry
static class
ConstantPool.StringConstantEntry
static class
ConstantPool.TypeInfoEntry
static class
ConstantPool.Utf8StringConstantEntry
Fields in com.strobel.assembler.ir with type parameters of type ConstantPool.Entry Modifier and Type Field Description private java.util.HashMap<ConstantPool.Key,ConstantPool.Entry>
ConstantPool. _entryMap
private java.util.ArrayList<ConstantPool.Entry>
ConstantPool. _pool
Methods in com.strobel.assembler.ir with type parameters of type ConstantPool.Entry Modifier and Type Method Description <T extends ConstantPool.Entry>
TConstantPool. getEntry(int index)
Methods in com.strobel.assembler.ir that return ConstantPool.Entry Modifier and Type Method Description ConstantPool.Entry
ConstantPool. get(int index)
ConstantPool.Entry
ConstantPool. get(int index, ConstantPool.Tag expectedType)
Methods in com.strobel.assembler.ir that return types with arguments of type ConstantPool.Entry Modifier and Type Method Description java.util.Iterator<ConstantPool.Entry>
ConstantPool. iterator()
Methods in com.strobel.assembler.ir with parameters of type ConstantPool.Entry Modifier and Type Method Description void
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 Modifier and Type Method Description void
ConstantPoolPrinter. visit(ConstantPool.Entry entry)
-