public class TypeAnnotationInfo 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,
java.lang.String type,
ElementValueInfo[] values) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static TypeAnnotationInfo |
parseTypeAnnotationInfo(java.io.DataInput in,
ConstantPool constant_pool) |
java.lang.String |
toString() |
parseAnnotationInfo, parseAnnotationInfopublic 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
TypeAnnotationInfo(int target_type,
byte[] target_info,
int target_index,
byte[] type_path,
java.lang.String type,
ElementValueInfo[] values)
public java.lang.String toString()
toString in class AnnotationInfostatic TypeAnnotationInfo parseTypeAnnotationInfo(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
java.io.IOException