
org.opalj.br.FieldAttributeBuilder.scala Maven / Gradle / Ivy
The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
/**
* Given a field's information a (final) attribute related to the field is build.
*
* @author Michael Eichberg
*/
trait FieldAttributeBuilder {
def apply(accessFlags: Int, name: String, fieldType: FieldType): Attribute
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy