Uses of Enum Class
com.strobel.assembler.ir.ConstantPool.Tag
Packages that use ConstantPool.Tag
-
Uses of ConstantPool.Tag in com.strobel.assembler.ir
Subclasses with type arguments of type ConstantPool.Tag in com.strobel.assembler.irFields in com.strobel.assembler.ir declared as ConstantPool.TagModifier and TypeFieldDescriptionprivate ConstantPool.TagConstantPool.Key._tagprivate static final ConstantPool.Tag[]ConstantPool.Tag.lookupprivate static final ConstantPool.TagConstantPool.Tag.maxTagprivate static final ConstantPool.TagConstantPool.Tag.minTagfinal ConstantPool.TagConstantPool.ReferenceEntry.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.TagModifier and TypeMethodDescriptionConstantPool.get(int index, ConstantPool.Tag expectedType) voidConstantPool.Key.set(ConstantPool.Tag tag, int refIndex1) voidConstantPool.Key.set(ConstantPool.Tag tag, int refIndex1, int refIndex2) voidConstantPool.Key.set(ConstantPool.Tag tag, int refIndex1, ConstantPool.ReferenceKind refKind) voidConstantPool.Key.set(ConstantPool.Tag tag, String stringValue1) voidConstantPool.Key.set(ConstantPool.Tag tag, String stringValue1, String stringValue2) Constructors 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)