Uses of Class
org.jboss.jandex.Indexer.InnerClassInfo
-
Packages that use Indexer.InnerClassInfo Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of Indexer.InnerClassInfo in org.jboss.jandex
Fields in org.jboss.jandex with type parameters of type Indexer.InnerClassInfo Modifier and Type Field Description private java.util.Map<DotName,Indexer.InnerClassInfo>
Indexer. innerClasses
Methods in org.jboss.jandex that return types with arguments of type Indexer.InnerClassInfo Modifier and Type Method Description private java.util.ArrayDeque<Indexer.InnerClassInfo>
Indexer. buildClassesQueue(Type type)
Returns a list ofIndexer.InnerClassInfo
s representing types enclosing giventype
.Method parameters in org.jboss.jandex with type arguments of type Indexer.InnerClassInfo Modifier and Type Method Description private Type
Indexer. rebuildNestedType(Type last, java.util.ArrayDeque<Indexer.InnerClassInfo> classes, Type type, int depth, Indexer.TypeAnnotationState typeAnnotationState)
-