Uses of Enum Class
com.strobel.reflection.emit.ConstantPool.Tag
Packages that use ConstantPool.Tag
-
Uses of ConstantPool.Tag in com.strobel.reflection.emit
Subclasses with type arguments of type ConstantPool.Tag in com.strobel.reflection.emitFields in com.strobel.reflection.emit declared as ConstantPool.TagModifier and TypeFieldDescriptionprivate ConstantPool.TagConstantPool.Key._tagfinal ConstantPool.TagConstantPool.ReferenceEntry.tagMethods in com.strobel.reflection.emit that return ConstantPool.TagModifier and TypeMethodDescriptionConstantPool.DoubleConstant.getTag()abstract ConstantPool.TagConstantPool.Entry.getTag()ConstantPool.FloatConstant.getTag()ConstantPool.IntegerConstant.getTag()ConstantPool.InvokeDynamicInfo.getTag()ConstantPool.LongConstant.getTag()ConstantPool.MethodHandle.getTag()ConstantPool.MethodType.getTag()ConstantPool.NameAndTypeDescriptor.getTag()ConstantPool.ReferenceEntry.getTag()ConstantPool.StringConstant.getTag()ConstantPool.TypeInfo.getTag()ConstantPool.Utf8StringConstant.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.reflection.emit 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.reflection.emit with parameters of type ConstantPool.TagModifierConstructorDescriptionprotectedReferenceEntry(ConstantPool cp, ConstantPool.Tag tag, int typeInfoIndex, int nameAndTypeDescriptorIndex)