Uses of Class
org.jboss.jandex.FieldInternal
-
Packages that use FieldInternal Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of FieldInternal in org.jboss.jandex
Fields in org.jboss.jandex declared as FieldInternal Modifier and Type Field Description (package private) static FieldInternal[]
FieldInternal. EMPTY_ARRAY
private FieldInternal[]
ClassInfo. fields
private FieldInternal[]
FieldInfoGenerator. fields
private FieldInternal[]
IndexReaderV2. fieldTable
private FieldInternal
FieldInfo. internal
Fields in org.jboss.jandex with type parameters of type FieldInternal Modifier and Type Field Description private StrongInternPool<FieldInternal>
NameTable. fieldPool
Methods in org.jboss.jandex that return FieldInternal Modifier and Type Method Description (package private) FieldInternal[]
ClassInfo. fieldArray()
(package private) FieldInternal
FieldInfo. fieldInternal()
(package private) FieldInternal
NameTable. intern(FieldInternal fieldInternal)
private FieldInternal[]
IndexReaderV2. readClassFields(PackedDataInputStream stream, ClassInfo clazz)
private FieldInternal
IndexReaderV2. readFieldEntry(PackedDataInputStream stream)
Methods in org.jboss.jandex that return types with arguments of type FieldInternal Modifier and Type Method Description (package private) StrongInternPool<FieldInternal>
NameTable. fieldPool()
(package private) static StrongInternPool<FieldInternal>
StrongInternPool. forFields()
Methods in org.jboss.jandex with parameters of type FieldInternal Modifier and Type Method Description private void
IndexWriterV2. addFieldList(FieldInternal[] fields)
int
FieldInternal.NameComparator. compare(FieldInternal instance, FieldInternal instance2)
private void
IndexWriterV2. deepIntern(FieldInternal field)
(package private) int
ClassInfo. enumConstantOrdinal(FieldInternal enumConstant)
(package private) boolean
StrongInternPool.FieldInternPool. equality(FieldInternal o1, FieldInternal o2)
(package private) int
StrongInternPool.FieldInternPool. hashCode(FieldInternal o)
(package private) FieldInternal
NameTable. intern(FieldInternal fieldInternal)
private int
IndexWriterV2. positionOf(FieldInternal field)
(package private) int
NameTable. positionOf(FieldInternal fieldInternal)
(package private) void
ClassInfo. setFieldArray(FieldInternal[] fields)
(package private) void
FieldInfo. setFieldInternal(FieldInternal internal)
private void
IndexWriterV2. writeFieldEntry(PackedDataOutputStream stream, FieldInternal field)
Constructors in org.jboss.jandex with parameters of type FieldInternal Constructor Description FieldInfo(ClassInfo clazz, FieldInternal internal)
FieldInfoGenerator(ClassInfo clazz, FieldInternal[] fields, byte[] positions)
-