Uses of Class
com.strobel.assembler.ir.ConstantPool.NameAndTypeDescriptorEntry
-
Packages that use ConstantPool.NameAndTypeDescriptorEntry Package Description com.strobel.assembler.ir com.strobel.assembler.metadata -
-
Uses of ConstantPool.NameAndTypeDescriptorEntry in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return ConstantPool.NameAndTypeDescriptorEntry Modifier and Type Method Description (package private) ConstantPool.NameAndTypeDescriptorEntryConstantPool. getNameAndTypeDescriptor(java.lang.String name, java.lang.String typeDescriptor)ConstantPool.NameAndTypeDescriptorEntryConstantPool.InvokeDynamicInfoEntry. getNameAndTypeDescriptor()ConstantPool.NameAndTypeDescriptorEntryConstantPool.ReferenceEntry. getNameAndTypeInfo()Methods in com.strobel.assembler.ir with parameters of type ConstantPool.NameAndTypeDescriptorEntry Modifier and Type Method Description voidConstantPool.Visitor. visitNameAndTypeDescriptor(ConstantPool.NameAndTypeDescriptorEntry info)voidConstantPool.Writer. visitNameAndTypeDescriptor(ConstantPool.NameAndTypeDescriptorEntry info) -
Uses of ConstantPool.NameAndTypeDescriptorEntry in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with parameters of type ConstantPool.NameAndTypeDescriptorEntry Modifier and Type Method Description voidConstantPoolPrinter. visitNameAndTypeDescriptor(ConstantPool.NameAndTypeDescriptorEntry info)
-