Uses of Class
org.openjdk.asmtools.jasm.TypeAnnotationData
Packages that use TypeAnnotationData
-
Uses of TypeAnnotationData in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm with type parameters of type TypeAnnotationDataModifier and TypeFieldDescriptionprotected 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 TypeAnnotationDataModifier and TypeMethodDescriptionprivate 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.