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_annotAttrInv
protected DataVectorAttr<TypeAnnotationData>
MemberData.type_annotAttrInv
protected DataVectorAttr<TypeAnnotationData>
CodeAttr.type_annotAttrVis
protected DataVectorAttr<TypeAnnotationData>
MemberData.type_annotAttrVis
Methods in org.openjdk.asmtools.jasm with parameters of type TypeAnnotationDataModifier and TypeMethodDescriptionprivate 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.