Uses of Interface
org.jd.core.v1.model.javasyntax.reference.BaseAnnotationReference
Packages that use BaseAnnotationReference
Package
Description
-
Uses of BaseAnnotationReference in org.jd.core.v1.model.javasyntax.declaration
Fields in org.jd.core.v1.model.javasyntax.declaration declared as BaseAnnotationReferenceModifier and TypeFieldDescriptionprotected BaseAnnotationReference
ConstructorDeclaration.annotationReferences
protected BaseAnnotationReference
EnumDeclaration.Constant.annotationReferences
protected BaseAnnotationReference
FieldDeclaration.annotationReferences
protected BaseAnnotationReference
FormalParameter.annotationReferences
protected BaseAnnotationReference
MethodDeclaration.annotationReferences
protected BaseAnnotationReference
TypeDeclaration.annotationReferences
Methods in org.jd.core.v1.model.javasyntax.declaration that return BaseAnnotationReferenceModifier and TypeMethodDescriptionConstructorDeclaration.getAnnotationReferences()
EnumDeclaration.Constant.getAnnotationReferences()
FieldDeclaration.getAnnotationReferences()
FormalParameter.getAnnotationReferences()
MethodDeclaration.getAnnotationReferences()
TypeDeclaration.getAnnotationReferences()
Constructors in org.jd.core.v1.model.javasyntax.declaration with parameters of type BaseAnnotationReferenceModifierConstructorDescriptionAnnotationDeclaration
(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseFieldDeclarator annotationDeclarators, BodyDeclaration bodyDeclaration) ClassDeclaration
(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, ObjectType superType, BaseType interfaces, BodyDeclaration bodyDeclaration) Constant
(int lineNumber, BaseAnnotationReference annotationReferences, String name, BaseExpression arguments, BodyDeclaration bodyDeclaration) ConstructorDeclaration
(BaseAnnotationReference annotationReferences, int flags, BaseTypeParameter typeParameters, BaseFormalParameter formalParameters, BaseType exceptionTypes, String descriptor, BaseStatement statements) EnumDeclaration
(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseType interfaces, List<EnumDeclaration.Constant> constants, BodyDeclaration bodyDeclaration) FieldDeclaration
(BaseAnnotationReference annotationReferences, int flags, Type type, BaseFieldDeclarator fieldDeclarators) FormalParameter
(BaseAnnotationReference annotationReferences, Type type, boolean varargs, String name) FormalParameter
(BaseAnnotationReference annotationReferences, Type type, String name) InterfaceDeclaration
(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, BaseType interfaces, BodyDeclaration bodyDeclaration) MethodDeclaration
(BaseAnnotationReference annotationReferences, int flags, String name, BaseTypeParameter typeParameters, Type returnedType, BaseFormalParameter formalParameters, BaseType exceptionTypes, String descriptor, BaseStatement statements, ElementValue defaultAnnotationValue) protected
TypeDeclaration
(BaseAnnotationReference annotationReferences, int flags, String internalTypeName, String name, BodyDeclaration bodyDeclaration) -
Uses of BaseAnnotationReference in org.jd.core.v1.model.javasyntax.reference
Classes in org.jd.core.v1.model.javasyntax.reference that implement BaseAnnotationReferenceModifier and TypeClassDescriptionclass
class
class
AnnotationReferences<T extends AnnotationReference>
-
Uses of BaseAnnotationReference in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type BaseAnnotationReferenceModifierConstructorDescriptionClassFileAnnotationDeclaration
(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, ClassFileBodyDeclaration bodyDeclaration) ClassFileClassDeclaration
(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, ObjectType superType, BaseType interfaces, ClassFileBodyDeclaration bodyDeclaration) ClassFileConstructorDeclaration
(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, BaseAnnotationReference annotationReferences, BaseTypeParameter typeParameters, BaseType parameterTypes, BaseType exceptionTypes, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, int firstLineNumber) ClassFileEnumDeclaration
(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseType interfaces, ClassFileBodyDeclaration bodyDeclaration) ClassFileFieldDeclaration
(BaseAnnotationReference annotationReferences, int flags, Type type, BaseFieldDeclarator fieldDeclarators) ClassFileFieldDeclaration
(BaseAnnotationReference annotationReferences, int flags, Type type, BaseFieldDeclarator fieldDeclarators, int firstLineNumber) ClassFileFormalParameter
(BaseAnnotationReference annotationReferences, AbstractLocalVariable localVariable, boolean varargs) ClassFileInterfaceDeclaration
(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, BaseType interfaces, ClassFileBodyDeclaration bodyDeclaration) ClassFileMethodDeclaration
(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, BaseAnnotationReference annotationReferences, String name, BaseTypeParameter typeParameters, Type returnedType, BaseType parameterTypes, BaseType exceptionTypes, ElementValue defaultAnnotationValue, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, int firstLineNumber) -
Uses of BaseAnnotationReference in org.jd.core.v1.service.converter.classfiletojavasyntax.processor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.processor that return BaseAnnotationReferenceModifier and TypeMethodDescriptionprotected BaseAnnotationReference
ConvertClassFileProcessor.convertAnnotationReferences
(AnnotationConverter converter, ClassFile classFile) protected BaseAnnotationReference
ConvertClassFileProcessor.convertAnnotationReferences
(AnnotationConverter converter, Field field) protected BaseAnnotationReference
ConvertClassFileProcessor.convertAnnotationReferences
(AnnotationConverter converter, Method method) -
Uses of BaseAnnotationReference in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return BaseAnnotationReferenceModifier and TypeMethodDescriptionprotected BaseAnnotationReference
AnnotationConverter.convert
(Annotations annotations) AnnotationConverter.convert
(Annotations visibles, Annotations invisibles)