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 TypeMethodDescriptionvoidConstantPool.Visitor.visitTypeInfo(ConstantPool.TypeInfoEntry info) voidConstantPool.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.TypeInfoEntryClassFileReader._baseClassEntryprivate final ConstantPool.TypeInfoEntry[]ClassFileReader._interfaceEntriesMethods in com.strobel.assembler.metadata with parameters of type ConstantPool.TypeInfoEntryModifier and TypeMethodDescriptionvoidConstantPoolPrinter.visitTypeInfo(ConstantPool.TypeInfoEntry info) Constructors in com.strobel.assembler.metadata with parameters of type ConstantPool.TypeInfoEntryModifierConstructorDescriptionprivateClassFileReader(int options, IMetadataResolver resolver, int majorVersion, int minorVersion, Buffer buffer, ConstantPool constantPool, int accessFlags, ConstantPool.TypeInfoEntry thisClassEntry, ConstantPool.TypeInfoEntry baseClassEntry, ConstantPool.TypeInfoEntry[] interfaceEntries)