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 class
Indexer.PathElement.Kind
-
Field Summary
Fields Modifier and Type Field Description private Indexer.PathElement.Kind
kind
private static Indexer.PathElement.Kind[]
KINDS
private int
pos
-
Constructor Summary
Constructors Modifier Constructor Description private
PathElement(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)
-
-