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.NameAndTypeDescriptorEntry
ConstantPool. getNameAndTypeDescriptor(java.lang.String name, java.lang.String typeDescriptor)
ConstantPool.NameAndTypeDescriptorEntry
ConstantPool.InvokeDynamicInfoEntry. getNameAndTypeDescriptor()
ConstantPool.NameAndTypeDescriptorEntry
ConstantPool.ReferenceEntry. getNameAndTypeInfo()
Methods in com.strobel.assembler.ir with parameters of type ConstantPool.NameAndTypeDescriptorEntry Modifier and Type Method Description void
ConstantPool.Visitor. visitNameAndTypeDescriptor(ConstantPool.NameAndTypeDescriptorEntry info)
void
ConstantPool.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 void
ConstantPoolPrinter. visitNameAndTypeDescriptor(ConstantPool.NameAndTypeDescriptorEntry info)
-