Uses of Interface
org.jd.core.v1.model.javasyntax.declaration.BaseFieldDeclarator
Packages that use BaseFieldDeclarator
Package
Description
-
Uses of BaseFieldDeclarator in org.jd.core.v1.model.javasyntax.declaration
Classes in org.jd.core.v1.model.javasyntax.declaration that implement BaseFieldDeclaratorFields in org.jd.core.v1.model.javasyntax.declaration declared as BaseFieldDeclaratorModifier and TypeFieldDescriptionprotected BaseFieldDeclarator
AnnotationDeclaration.annotationDeclarators
protected BaseFieldDeclarator
FieldDeclaration.fieldDeclarators
Methods in org.jd.core.v1.model.javasyntax.declaration that return BaseFieldDeclaratorModifier and TypeMethodDescriptionAnnotationDeclaration.getAnnotationDeclarators()
FieldDeclaration.getFieldDeclarators()
Constructors in org.jd.core.v1.model.javasyntax.declaration with parameters of type BaseFieldDeclaratorModifierConstructorDescriptionAnnotationDeclaration
(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseFieldDeclarator annotationDeclarators, BodyDeclaration bodyDeclaration) FieldDeclaration
(int flags, Type type, BaseFieldDeclarator fieldDeclarators) FieldDeclaration
(BaseAnnotationReference annotationReferences, int flags, Type type, BaseFieldDeclarator fieldDeclarators) -
Uses of BaseFieldDeclarator in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type BaseFieldDeclaratorModifier and TypeMethodDescriptionvoid
ClassFileFieldDeclaration.setFieldDeclarators
(BaseFieldDeclarator fieldDeclarators) Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type BaseFieldDeclaratorModifierConstructorDescriptionClassFileFieldDeclaration
(int flags, Type type, BaseFieldDeclarator fieldDeclarators) ClassFileFieldDeclaration
(int flags, Type type, BaseFieldDeclarator fieldDeclarators, int firstLineNumber) ClassFileFieldDeclaration
(BaseAnnotationReference annotationReferences, int flags, Type type, BaseFieldDeclarator fieldDeclarators) ClassFileFieldDeclaration
(BaseAnnotationReference annotationReferences, int flags, Type type, BaseFieldDeclarator fieldDeclarators, int firstLineNumber)