Uses of Class
org.openjdk.asmtools.jasm.TypeAnnotationData
-
Packages that use TypeAnnotationData Package Description org.openjdk.asmtools.jasm -
-
Uses of TypeAnnotationData in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm with type parameters of type TypeAnnotationData Modifier and Type Field Description protected DataVectorAttr<TypeAnnotationData>CodeAttr. type_annotAttrInvprotected DataVectorAttr<TypeAnnotationData>MemberData. type_annotAttrInvprotected DataVectorAttr<TypeAnnotationData>CodeAttr. type_annotAttrVisprotected DataVectorAttr<TypeAnnotationData>MemberData. type_annotAttrVisMethods in org.openjdk.asmtools.jasm with parameters of type TypeAnnotationData Modifier and Type Method Description private voidParserAnnotation. _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 voidParserAnnotation. _scanTypeTarget(TypeAnnotationData annotData)_scanAnnotation parses an individual annotation-data.
-