Uses of Class
org.openjdk.asmtools.jasm.DataVectorAttr
Packages that use DataVectorAttr
-
Uses of DataVectorAttr in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as DataVectorAttrModifier and TypeFieldDescriptionprotected DataVectorAttr<AnnotationData>
MemberData.annotAttrInv
protected DataVectorAttr<AnnotationData>
MemberData.annotAttrVis
(package private) DataVectorAttr<BootstrapMethodData>
ClassData.bootstrapMethodsAttr
protected DataVectorAttr<ConstCell<?>>
MethodData.exceptions
(package private) DataVectorAttr<InnerClassData>
ClassData.innerClasses
protected DataVectorAttr<TypeAnnotationData>
CodeAttr.inVisTypeAnnotations
protected DataVectorAttr<LineNumberData>
CodeAttr.lineNumberTable
protected DataVectorAttr<LocVarData>
CodeAttr.localVariableTable
protected DataVectorAttr<MethodData.MethodParameterData>
MethodData.methodParameters
protected DataVectorAttr<StackMapData>
CodeAttr.stackMap
protected DataVectorAttr<TypeAnnotationData>
MemberData.type_annotAttrInv
protected DataVectorAttr<TypeAnnotationData>
MemberData.type_annotAttrVis
protected DataVectorAttr<TypeAnnotationData>
CodeAttr.visTypeAnnotations
Fields in org.openjdk.asmtools.jasm with type parameters of type DataVectorAttrModifier and TypeFieldDescriptionprotected DataVector<DataVectorAttr<? extends DataWriter>>
CodeAttr.attributes
Methods in org.openjdk.asmtools.jasm that return DataVectorAttr