Uses of Class
com.strobel.reflection.emit.ConstantPool.Tag
-
Packages that use ConstantPool.Tag Package Description com.strobel.reflection.emit -
-
Uses of ConstantPool.Tag in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as ConstantPool.Tag Modifier and Type Field Description private ConstantPool.TagConstantPool.Key. _tagConstantPool.TagConstantPool.ReferenceEntry. tagMethods in com.strobel.reflection.emit that return ConstantPool.Tag Modifier and Type Method Description ConstantPool.TagConstantPool.DoubleConstant. getTag()abstract ConstantPool.TagConstantPool.Entry. getTag()ConstantPool.TagConstantPool.FloatConstant. getTag()ConstantPool.TagConstantPool.IntegerConstant. getTag()ConstantPool.TagConstantPool.InvokeDynamicInfo. getTag()ConstantPool.TagConstantPool.LongConstant. getTag()ConstantPool.TagConstantPool.MethodHandle. getTag()ConstantPool.TagConstantPool.MethodType. getTag()ConstantPool.TagConstantPool.NameAndTypeDescriptor. getTag()ConstantPool.TagConstantPool.ReferenceEntry. getTag()ConstantPool.TagConstantPool.StringConstant. getTag()ConstantPool.TagConstantPool.TypeInfo. getTag()ConstantPool.TagConstantPool.Utf8StringConstant. getTag()static ConstantPool.TagConstantPool.Tag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConstantPool.Tag[]ConstantPool.Tag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.reflection.emit with parameters of type ConstantPool.Tag Modifier and Type Method Description ConstantPool.EntryConstantPool. 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, java.lang.String stringValue1)voidConstantPool.Key. set(ConstantPool.Tag tag, java.lang.String stringValue1, java.lang.String stringValue2)Constructors in com.strobel.reflection.emit with parameters of type ConstantPool.Tag Constructor Description ReferenceEntry(ConstantPool cp, ConstantPool.Tag tag, int typeInfoIndex, int nameAndTypeDescriptorIndex)
-