Uses of Class
com.strobel.assembler.ir.ConstantPool.Key
-
Packages that use ConstantPool.Key Package Description com.strobel.assembler.ir -
-
Uses of ConstantPool.Key in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as ConstantPool.Key Modifier and Type Field Description private ConstantPool.Key
ConstantPool. _lookupKey
private ConstantPool.Key
ConstantPool. _newKey
Fields in com.strobel.assembler.ir with type parameters of type ConstantPool.Key Modifier and Type Field Description private java.util.HashMap<ConstantPool.Key,ConstantPool.Entry>
ConstantPool. _entryMap
Methods in com.strobel.assembler.ir that return ConstantPool.Key Modifier and Type Method Description protected ConstantPool.Key
ConstantPool.Key. clone()
Methods in com.strobel.assembler.ir with parameters of type ConstantPool.Key Modifier and Type Method Description (package private) void
ConstantPool.DoubleConstantEntry. fixupKey(ConstantPool.Key key)
(package private) abstract void
ConstantPool.Entry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.FieldReferenceEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.FloatConstantEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.IntegerConstantEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.InterfaceMethodReferenceEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.InvokeDynamicInfoEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.LongConstantEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.MethodHandleEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.MethodReferenceEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.MethodTypeEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.ModuleEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.NameAndTypeDescriptorEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.PackageEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.StringConstantEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.TypeInfoEntry. fixupKey(ConstantPool.Key key)
(package private) void
ConstantPool.Utf8StringConstantEntry. fixupKey(ConstantPool.Key key)
-