Class TypePathInfo
- java.lang.Object
-
- proguard.classfile.attribute.annotation.TypePathInfo
-
public class TypePathInfo extends java.lang.ObjectRepresentation of a path element in a type annotation.
-
-
Field Summary
Fields Modifier and Type Field Description static intKIND_Arraystatic intKIND_Nestedstatic intKIND_TypeArgumentstatic intKIND_TypeArgumentBoundintu1typeArgumentIndexintu1typePathKind
-
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
-
-