Class TypePathInfo
- java.lang.Object
-
- proguard.classfile.attribute.annotation.TypePathInfo
-
public class TypePathInfo extends java.lang.Object
Representation of a path element in a type annotation.
-
-
Field Summary
Fields Modifier and Type Field Description static int
KIND_Array
static int
KIND_Nested
static int
KIND_TypeArgument
static int
KIND_TypeArgumentBound
int
u1typeArgumentIndex
int
u1typePathKind
-
Constructor Summary
Constructors Constructor Description TypePathInfo()
Creates an uninitialized TypePathInfo.TypePathInfo(int u1typePathKind, int u1typeArgumentIndex)
Creates an initialized TypePathInfo.
-
-
-
Field Detail
-
KIND_Array
public static final int KIND_Array
- See Also:
- Constant Field Values
-
KIND_Nested
public static final int KIND_Nested
- See Also:
- Constant Field Values
-
KIND_TypeArgumentBound
public static final int KIND_TypeArgumentBound
- See Also:
- Constant Field Values
-
KIND_TypeArgument
public static final int KIND_TypeArgument
- See Also:
- Constant Field Values
-
u1typePathKind
public int u1typePathKind
-
u1typeArgumentIndex
public int u1typeArgumentIndex
-
-