Uses of Class
org.jd.core.v1.model.classfile.attribute.Annotations
-
Packages that use Annotations Package Description org.jd.core.v1.model.classfile.attribute org.jd.core.v1.service.converter.classfiletojavasyntax.util org.jd.core.v1.service.deserializer.classfile -
-
Uses of Annotations in org.jd.core.v1.model.classfile.attribute
Fields in org.jd.core.v1.model.classfile.attribute declared as Annotations Modifier and Type Field Description protected Annotations[]
AttributeParameterAnnotations. parameterAnnotations
Methods in org.jd.core.v1.model.classfile.attribute that return Annotations Modifier and Type Method Description Annotations[]
AttributeParameterAnnotations. getParameterAnnotations()
Constructors in org.jd.core.v1.model.classfile.attribute with parameters of type Annotations Constructor Description AttributeParameterAnnotations(Annotations[] parameterAnnotations)
-
Uses of Annotations in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type Annotations Modifier and Type Method Description protected BaseAnnotationReference
AnnotationConverter. convert(Annotations annotations)
BaseAnnotationReference
AnnotationConverter. convert(Annotations visibles, Annotations invisibles)
-
Uses of Annotations in org.jd.core.v1.service.deserializer.classfile
Methods in org.jd.core.v1.service.deserializer.classfile that return Annotations Modifier and Type Method Description protected Annotations[]
ClassFileDeserializer. loadParameterAnnotations(ClassFileReader reader, ConstantPool constants)
-