Uses of Class
com.strobel.assembler.ir.ConstantPool.TypeInfoEntry
-
Packages that use ConstantPool.TypeInfoEntry Package Description com.strobel.assembler.ir com.strobel.assembler.metadata -
-
Uses of ConstantPool.TypeInfoEntry in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return ConstantPool.TypeInfoEntry Modifier and Type Method Description ConstantPool.TypeInfoEntryConstantPool.ReferenceEntry. getClassInfo()ConstantPool.TypeInfoEntryConstantPool. getTypeInfo(TypeReference type)Methods in com.strobel.assembler.ir with parameters of type ConstantPool.TypeInfoEntry Modifier and Type Method Description voidConstantPool.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.TypeInfoEntry Modifier and Type Field Description private ConstantPool.TypeInfoEntryClassFileReader. _baseClassEntryprivate ConstantPool.TypeInfoEntry[]ClassFileReader. _interfaceEntriesMethods in com.strobel.assembler.metadata with parameters of type ConstantPool.TypeInfoEntry Modifier and Type Method Description voidConstantPoolPrinter. visitTypeInfo(ConstantPool.TypeInfoEntry info)Constructors in com.strobel.assembler.metadata with parameters of type ConstantPool.TypeInfoEntry Constructor Description ClassFileReader(int options, IMetadataResolver resolver, int majorVersion, int minorVersion, Buffer buffer, ConstantPool constantPool, int accessFlags, ConstantPool.TypeInfoEntry thisClassEntry, ConstantPool.TypeInfoEntry baseClassEntry, ConstantPool.TypeInfoEntry[] interfaceEntries)
-