public static class TypeAnnotationTypes.TypePathEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private TypeAnnotationTypes.EPathKind |
kind |
private int |
typeArgumentIndex |
Constructor and Description |
---|
TypePathEntry(int kind,
int typeArgumentIndex) |
TypePathEntry(TypeAnnotationTypes.EPathKind kind,
int typeArgumentIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getTypeArgumentIndex() |
int |
getTypePathKind() |
java.lang.String |
toString() |
private final TypeAnnotationTypes.EPathKind kind
private final int typeArgumentIndex
public TypePathEntry(int kind, int typeArgumentIndex)
public TypePathEntry(TypeAnnotationTypes.EPathKind kind, int typeArgumentIndex)