Package | Description |
---|---|
org.openjdk.asmtools.jasm |
Modifier and Type | Field and Description |
---|---|
protected DataVectorAttr<TypeAnnotationData> |
CodeAttr.type_annotAttrInv |
protected DataVectorAttr<TypeAnnotationData> |
MemberData.type_annotAttrInv |
protected DataVectorAttr<TypeAnnotationData> |
CodeAttr.type_annotAttrVis |
protected DataVectorAttr<TypeAnnotationData> |
MemberData.type_annotAttrVis |
Modifier and Type | Method and Description |
---|---|
private void |
ParserAnnotation._scanTargetPath(TypeAnnotationData annotData)
_scanTargetPath
parses and fills the type_path structure (4.7.20.2)
type_path {
u1 path_length;
{ u1 type_path_kind;
u1 type_argument_index;
} path[path_length];
}
|
private void |
ParserAnnotation._scanTypeTarget(TypeAnnotationData annotData)
_scanAnnotation
parses an individual annotation-data.
|