Uses of Interface
org.jd.core.v1.model.javasyntax.reference.BaseAnnotationReference
-
-
Uses of BaseAnnotationReference in org.jd.core.v1.model.javasyntax.declaration
Fields in org.jd.core.v1.model.javasyntax.declaration declared as BaseAnnotationReference Modifier and Type Field Description protected 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 BaseAnnotationReference Modifier and Type Method Description BaseAnnotationReference
ConstructorDeclaration. getAnnotationReferences()
BaseAnnotationReference
EnumDeclaration.Constant. getAnnotationReferences()
BaseAnnotationReference
FieldDeclaration. getAnnotationReferences()
BaseAnnotationReference
FormalParameter. getAnnotationReferences()
BaseAnnotationReference
MethodDeclaration. getAnnotationReferences()
BaseAnnotationReference
TypeDeclaration. getAnnotationReferences()
Constructors in org.jd.core.v1.model.javasyntax.declaration with parameters of type BaseAnnotationReference Constructor Description AnnotationDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.String name, BaseFieldDeclarator annotationDeclarators, BodyDeclaration bodyDeclaration)
ClassDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.String name, BaseTypeParameter typeParameters, ObjectType superType, BaseType interfaces, BodyDeclaration bodyDeclaration)
Constant(int lineNumber, BaseAnnotationReference annotationReferences, java.lang.String name, BaseExpression arguments, BodyDeclaration bodyDeclaration)
ConstructorDeclaration(BaseAnnotationReference annotationReferences, int flags, BaseTypeParameter typeParameters, BaseFormalParameter formalParameters, BaseType exceptionTypes, java.lang.String descriptor, BaseStatement statements)
EnumDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.String name, BaseType interfaces, java.util.List<EnumDeclaration.Constant> constants, BodyDeclaration bodyDeclaration)
FieldDeclaration(BaseAnnotationReference annotationReferences, int flags, Type type, BaseFieldDeclarator fieldDeclarators)
FormalParameter(BaseAnnotationReference annotationReferences, Type type, boolean varargs, java.lang.String name)
FormalParameter(BaseAnnotationReference annotationReferences, Type type, java.lang.String name)
InterfaceDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.String name, BaseTypeParameter typeParameters, BaseType interfaces, BodyDeclaration bodyDeclaration)
MethodDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String name, BaseTypeParameter typeParameters, Type returnedType, BaseFormalParameter formalParameters, BaseType exceptionTypes, java.lang.String descriptor, BaseStatement statements, ElementValue defaultAnnotationValue)
TypeDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalTypeName, java.lang.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 BaseAnnotationReference Modifier and Type Class Description class
AnnotationElementValue
class
AnnotationReference
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 BaseAnnotationReference Constructor Description ClassFileAnnotationDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.String name, ClassFileBodyDeclaration bodyDeclaration)
ClassFileClassDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.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, java.util.Map<java.lang.String,TypeArgument> bindings, java.util.Map<java.lang.String,BaseType> typeBounds, int firstLineNumber)
ClassFileEnumDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.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, java.lang.String internalName, java.lang.String name, BaseTypeParameter typeParameters, BaseType interfaces, ClassFileBodyDeclaration bodyDeclaration)
ClassFileMethodDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, BaseAnnotationReference annotationReferences, java.lang.String name, BaseTypeParameter typeParameters, Type returnedType, BaseType parameterTypes, BaseType exceptionTypes, ElementValue defaultAnnotationValue, java.util.Map<java.lang.String,TypeArgument> bindings, java.util.Map<java.lang.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 BaseAnnotationReference Modifier and Type Method Description protected 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 BaseAnnotationReference Modifier and Type Method Description protected BaseAnnotationReference
AnnotationConverter. convert(Annotations annotations)
BaseAnnotationReference
AnnotationConverter. convert(Annotations visibles, Annotations invisibles)
-