Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration.ClassFileFieldDeclaration
-
-
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 ClassFileFieldDeclaration Modifier and Type Field Description protected java.util.List<ClassFileFieldDeclaration>ClassFileBodyDeclaration. fieldDeclarationsMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that return types with arguments of type ClassFileFieldDeclaration Modifier and Type Method Description java.util.List<ClassFileFieldDeclaration>ClassFileBodyDeclaration. getFieldDeclarations()Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with type arguments of type ClassFileFieldDeclaration Modifier and Type Method Description voidClassFileBodyDeclaration. setFieldDeclarations(java.util.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 ClassFileFieldDeclaration Modifier and Type Method Description protected java.util.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 ClassFileFieldDeclaration Modifier and Type Method Description protected static voidAggregateFieldsUtil. aggregate(java.util.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 ClassFileFieldDeclaration Modifier and Type Method Description static voidAggregateFieldsUtil. aggregate(java.util.List<ClassFileFieldDeclaration> fields)protected static voidAggregateFieldsUtil. aggregate(java.util.List<ClassFileFieldDeclaration> fields, ClassFileFieldDeclaration firstField, int firstIndex, int lastIndex)
-