Uses of Class
com.strobel.assembler.ir.ConstantPool.InterfaceMethodReferenceEntry
-
Packages that use ConstantPool.InterfaceMethodReferenceEntry Package Description com.strobel.assembler.ir com.strobel.assembler.metadata -
-
Uses of ConstantPool.InterfaceMethodReferenceEntry in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return ConstantPool.InterfaceMethodReferenceEntry Modifier and Type Method Description ConstantPool.InterfaceMethodReferenceEntryConstantPool. getInterfaceMethodReference(MethodReference method)Methods in com.strobel.assembler.ir with parameters of type ConstantPool.InterfaceMethodReferenceEntry Modifier and Type Method Description voidConstantPool.Visitor. visitInterfaceMethodReference(ConstantPool.InterfaceMethodReferenceEntry info)voidConstantPool.Writer. visitInterfaceMethodReference(ConstantPool.InterfaceMethodReferenceEntry info) -
Uses of ConstantPool.InterfaceMethodReferenceEntry in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with parameters of type ConstantPool.InterfaceMethodReferenceEntry Modifier and Type Method Description voidConstantPoolPrinter. visitInterfaceMethodReference(ConstantPool.InterfaceMethodReferenceEntry info)
-