Uses of Enum Class
com.strobel.assembler.ir.ConstantPool.Tag
Packages that use ConstantPool.Tag
-
Uses of ConstantPool.Tag in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as ConstantPool.TagMethods in com.strobel.assembler.ir that return ConstantPool.TagModifier and TypeMethodDescriptionstatic ConstantPool.TagConstantPool.Tag.fromValue(int value) ConstantPool.DoubleConstantEntry.getTag()abstract ConstantPool.TagConstantPool.Entry.getTag()ConstantPool.FloatConstantEntry.getTag()ConstantPool.IntegerConstantEntry.getTag()ConstantPool.InvokeDynamicInfoEntry.getTag()ConstantPool.LongConstantEntry.getTag()ConstantPool.MethodHandleEntry.getTag()ConstantPool.MethodTypeEntry.getTag()ConstantPool.ModuleEntry.getTag()ConstantPool.NameAndTypeDescriptorEntry.getTag()ConstantPool.PackageEntry.getTag()ConstantPool.ReferenceEntry.getTag()ConstantPool.StringConstantEntry.getTag()ConstantPool.TypeInfoEntry.getTag()ConstantPool.Utf8StringConstantEntry.getTag()static ConstantPool.TagReturns the enum constant of this class with the specified name.static ConstantPool.Tag[]ConstantPool.Tag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.assembler.ir with parameters of type ConstantPool.TagConstructors in com.strobel.assembler.ir with parameters of type ConstantPool.TagModifierConstructorDescriptionprotectedReferenceEntry(ConstantPool cp, ConstantPool.Tag tag, int typeInfoIndex, int nameAndTypeDescriptorIndex) -
Uses of ConstantPool.Tag in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with parameters of type ConstantPool.TagModifier and TypeMethodDescriptionprotected voidConstantPoolPrinter.printTag(ConstantPool.Tag tag)