Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration.ClassFileFieldDeclaration
Packages that use ClassFileFieldDeclaration
Package
Description
-
Uses of ClassFileFieldDeclaration in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with type parameters of type ClassFileFieldDeclarationModifier and TypeFieldDescriptionprotected List<ClassFileFieldDeclaration> ClassFileBodyDeclaration.fieldDeclarationsMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that return types with arguments of type ClassFileFieldDeclarationMethod parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with type arguments of type ClassFileFieldDeclarationModifier and TypeMethodDescriptionvoidClassFileBodyDeclaration.setFieldDeclarations(List<ClassFileFieldDeclaration> fieldDeclarations) -
Uses of ClassFileFieldDeclaration in org.jd.core.v1.service.converter.classfiletojavasyntax.processor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.processor that return types with arguments of type ClassFileFieldDeclarationModifier and TypeMethodDescriptionprotected List<ClassFileFieldDeclaration> ConvertClassFileProcessor.convertFields(TypeMaker parser, AnnotationConverter converter, ClassFile classFile) -
Uses of ClassFileFieldDeclaration in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type ClassFileFieldDeclarationModifier and TypeMethodDescriptionprotected static voidAggregateFieldsUtil.aggregate(List<ClassFileFieldDeclaration> fields, ClassFileFieldDeclaration firstField, int firstIndex, int lastIndex) Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.util with type arguments of type ClassFileFieldDeclarationModifier and TypeMethodDescriptionstatic voidAggregateFieldsUtil.aggregate(List<ClassFileFieldDeclaration> fields) protected static voidAggregateFieldsUtil.aggregate(List<ClassFileFieldDeclaration> fields, ClassFileFieldDeclaration firstField, int firstIndex, int lastIndex)