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.TypeInfoEntry
ConstantPool.ReferenceEntry. getClassInfo()
ConstantPool.TypeInfoEntry
ConstantPool. getTypeInfo(TypeReference type)
Methods in com.strobel.assembler.ir with parameters of type ConstantPool.TypeInfoEntry Modifier and Type Method Description void
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.TypeInfoEntry Modifier and Type Field Description private ConstantPool.TypeInfoEntry
ClassFileReader. _baseClassEntry
private ConstantPool.TypeInfoEntry[]
ClassFileReader. _interfaceEntries
Methods in com.strobel.assembler.metadata with parameters of type ConstantPool.TypeInfoEntry Modifier and Type Method Description void
ConstantPoolPrinter. 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)
-