public class TypeAnnotationInfo extends AnnotationInfo
AnnotationInfo.Constructor<A extends AnnotationInfo>| Modifier and Type | Field and Description |
|---|---|
int |
target_index |
byte[] |
target_info |
int |
target_type |
byte[] |
type_path |
static int |
TYPEUSE_INDEX_NONE |
static int |
TYPEUSE_TARGET_INDEX_EXTENDS |
type, values| Constructor and Description |
|---|
TypeAnnotationInfo(int target_type,
byte[] target_info,
int target_index,
byte[] type_path,
String type,
ElementValueInfo[] values) |
public static final int TYPEUSE_INDEX_NONE
public static final int TYPEUSE_TARGET_INDEX_EXTENDS
public final int target_type
public final byte[] target_info
public final int target_index
public final byte[] type_path
public TypeAnnotationInfo(int target_type,
byte[] target_info,
int target_index,
byte[] type_path,
String type,
ElementValueInfo[] values)
public String toString()
toString in class AnnotationInfoCopyright © 2021. All rights reserved.