类 TypePathInfo
- java.lang.Object
-
- proguard.classfile.attribute.annotation.TypePathInfo
-
public class TypePathInfo extends java.lang.ObjectRepresentation of a path element in a type annotation.
-
-
字段概要
字段 修饰符和类型 字段 说明 static intKIND_Arraystatic intKIND_Nestedstatic intKIND_TypeArgumentstatic intKIND_TypeArgumentBoundintu1typeArgumentIndexintu1typePathKind
-
构造器概要
构造器 构造器 说明 TypePathInfo()Creates an uninitialized TypePathInfo.TypePathInfo(int u1typePathKind, int u1typeArgumentIndex)Creates an initialized TypePathInfo.
-
-
-
字段详细资料
-
KIND_Array
public static final int KIND_Array
- 另请参阅:
- 常量字段值
-
KIND_Nested
public static final int KIND_Nested
- 另请参阅:
- 常量字段值
-
KIND_TypeArgumentBound
public static final int KIND_TypeArgumentBound
- 另请参阅:
- 常量字段值
-
KIND_TypeArgument
public static final int KIND_TypeArgument
- 另请参阅:
- 常量字段值
-
u1typePathKind
public int u1typePathKind
-
u1typeArgumentIndex
public int u1typeArgumentIndex
-
-