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.Tag
ConstantPool.Key. _tag
ConstantPool.Tag
ConstantPool.ReferenceEntry. tag
Methods in com.strobel.reflection.emit that return ConstantPool.Tag Modifier and Type Method Description ConstantPool.Tag
ConstantPool.DoubleConstant. getTag()
abstract ConstantPool.Tag
ConstantPool.Entry. getTag()
ConstantPool.Tag
ConstantPool.FloatConstant. getTag()
ConstantPool.Tag
ConstantPool.IntegerConstant. getTag()
ConstantPool.Tag
ConstantPool.InvokeDynamicInfo. getTag()
ConstantPool.Tag
ConstantPool.LongConstant. getTag()
ConstantPool.Tag
ConstantPool.MethodHandle. getTag()
ConstantPool.Tag
ConstantPool.MethodType. getTag()
ConstantPool.Tag
ConstantPool.NameAndTypeDescriptor. getTag()
ConstantPool.Tag
ConstantPool.ReferenceEntry. getTag()
ConstantPool.Tag
ConstantPool.StringConstant. getTag()
ConstantPool.Tag
ConstantPool.TypeInfo. getTag()
ConstantPool.Tag
ConstantPool.Utf8StringConstant. getTag()
static ConstantPool.Tag
ConstantPool.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.Entry
ConstantPool. get(int index, ConstantPool.Tag expectedType)
void
ConstantPool.Key. set(ConstantPool.Tag tag, int refIndex1)
void
ConstantPool.Key. set(ConstantPool.Tag tag, int refIndex1, int refIndex2)
void
ConstantPool.Key. set(ConstantPool.Tag tag, int refIndex1, ConstantPool.ReferenceKind refKind)
void
ConstantPool.Key. set(ConstantPool.Tag tag, java.lang.String stringValue1)
void
ConstantPool.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)
-