Package org.jboss.jandex
Class Indexer.PathElement
- java.lang.Object
-
- org.jboss.jandex.Indexer.PathElement
-
- Enclosing class:
- Indexer
private static class Indexer.PathElement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classIndexer.PathElement.Kind
-
Field Summary
Fields Modifier and Type Field Description private Indexer.PathElement.Kindkindprivate static Indexer.PathElement.Kind[]KINDSprivate intpos
-
Constructor Summary
Constructors Modifier Constructor Description privatePathElement(Indexer.PathElement.Kind kind, int pos)
-
-
-
Field Detail
-
KINDS
private static Indexer.PathElement.Kind[] KINDS
-
kind
private Indexer.PathElement.Kind kind
-
pos
private int pos
-
-
Constructor Detail
-
PathElement
private PathElement(Indexer.PathElement.Kind kind, int pos)
-
-