Uses of Class
com.strobel.assembler.ir.ConstantPool.TypeInfoEntry
Packages that use ConstantPool.TypeInfoEntry
-
Uses of ConstantPool.TypeInfoEntry in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return ConstantPool.TypeInfoEntryModifier and TypeMethodDescriptionConstantPool.ReferenceEntry.getClassInfo()
ConstantPool.getTypeInfo
(TypeReference type) Methods in com.strobel.assembler.ir with parameters of type ConstantPool.TypeInfoEntryModifier and TypeMethodDescriptionvoid
ConstantPool.Visitor.visitTypeInfo
(ConstantPool.TypeInfoEntry info) void
ConstantPool.Writer.visitTypeInfo
(ConstantPool.TypeInfoEntry info) -
Uses of ConstantPool.TypeInfoEntry in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as ConstantPool.TypeInfoEntryModifier and TypeFieldDescriptionprivate final ConstantPool.TypeInfoEntry
ClassFileReader._baseClassEntry
private final ConstantPool.TypeInfoEntry[]
ClassFileReader._interfaceEntries
Methods in com.strobel.assembler.metadata with parameters of type ConstantPool.TypeInfoEntryModifier and TypeMethodDescriptionvoid
ConstantPoolPrinter.visitTypeInfo
(ConstantPool.TypeInfoEntry info) Constructors in com.strobel.assembler.metadata with parameters of type ConstantPool.TypeInfoEntryModifierConstructorDescriptionprivate
ClassFileReader
(int options, IMetadataResolver resolver, int majorVersion, int minorVersion, Buffer buffer, ConstantPool constantPool, int accessFlags, ConstantPool.TypeInfoEntry thisClassEntry, ConstantPool.TypeInfoEntry baseClassEntry, ConstantPool.TypeInfoEntry[] interfaceEntries)