Uses of Class
org.jboss.jandex.NameTable
Packages that use NameTable
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of NameTable in org.jboss.jandex
Fields in org.jboss.jandex declared as NameTableModifier and TypeFieldDescriptionprivate NameTable
GenericSignatureParser.names
private NameTable
Indexer.names
private NameTable
IndexWriterV2.names
Methods in org.jboss.jandex with parameters of type NameTableModifier and TypeMethodDescription(package private) void
(package private) void
ClassInfo.setMethods
(List<MethodInfo> methods, NameTable names) (package private) void
ClassInfo.setRecordComponents
(List<RecordComponentInfo> recordComponents, NameTable names) (package private) static <T> byte[]
ClassInfo.sortAndGetPositions
(T[] internals, Comparator<T> comparator, NameTable names) Sorts the array of internals using the provided comparator and returns an array of offsets in the original order of internals.Constructors in org.jboss.jandex with parameters of type NameTable