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_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 TypeAnnotationData Modifier and Type Method 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.
-