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 classConstantPool.ConstantEntrystatic classConstantPool.DoubleConstantEntrystatic classConstantPool.FieldReferenceEntrystatic classConstantPool.FloatConstantEntrystatic classConstantPool.IntegerConstantEntrystatic classConstantPool.InterfaceMethodReferenceEntrystatic classConstantPool.InvokeDynamicInfoEntrystatic classConstantPool.LongConstantEntrystatic classConstantPool.MethodHandleEntrystatic classConstantPool.MethodReferenceEntrystatic classConstantPool.MethodTypeEntrystatic classConstantPool.ModuleEntrystatic classConstantPool.NameAndTypeDescriptorEntrystatic classConstantPool.PackageEntrystatic classConstantPool.ReferenceEntrystatic classConstantPool.StringConstantEntrystatic classConstantPool.TypeInfoEntrystatic classConstantPool.Utf8StringConstantEntryFields 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. _entryMapprivate java.util.ArrayList<ConstantPool.Entry>ConstantPool. _poolMethods 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.EntryConstantPool. get(int index)ConstantPool.EntryConstantPool. 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 voidConstantPool.Visitor. visit(ConstantPool.Entry entry)voidConstantPool.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 voidConstantPoolPrinter. visit(ConstantPool.Entry entry)
-