Uses of Interface
org.jd.core.v1.model.javasyntax.declaration.BaseFieldDeclarator
-
Packages that use BaseFieldDeclarator Package Description org.jd.core.v1.model.javasyntax.declaration org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration -
-
Uses of BaseFieldDeclarator in org.jd.core.v1.model.javasyntax.declaration
Classes in org.jd.core.v1.model.javasyntax.declaration that implement BaseFieldDeclarator Modifier and Type Class Description class
FieldDeclarator
class
FieldDeclarators
Fields in org.jd.core.v1.model.javasyntax.declaration declared as BaseFieldDeclarator Modifier and Type Field Description protected BaseFieldDeclarator
AnnotationDeclaration. annotationDeclarators
protected BaseFieldDeclarator
FieldDeclaration. fieldDeclarators
Methods in org.jd.core.v1.model.javasyntax.declaration that return BaseFieldDeclarator Modifier and Type Method Description BaseFieldDeclarator
AnnotationDeclaration. getAnnotationDeclarators()
BaseFieldDeclarator
FieldDeclaration. getFieldDeclarators()
Constructors in org.jd.core.v1.model.javasyntax.declaration with parameters of type BaseFieldDeclarator Constructor Description AnnotationDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.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 BaseFieldDeclarator Modifier and Type Method Description void
ClassFileFieldDeclaration. setFieldDeclarators(BaseFieldDeclarator fieldDeclarators)
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type BaseFieldDeclarator Constructor Description ClassFileFieldDeclaration(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)
-