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 NameTableGenericSignatureParser.namesprivate NameTableIndexer.namesprivate NameTableIndexWriterV2.namesMethods in org.jboss.jandex with parameters of type NameTableModifier and TypeMethodDescription(package private) void(package private) voidClassInfo.setMethods(List<MethodInfo> methods, NameTable names) (package private) voidClassInfo.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