
org.opalj.br.reader.AttributeBinding.scala Maven / Gradle / Ivy
The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
package reader
import org.opalj.bi.reader.AttributesAbstractions
import scala.reflect.ClassTag
/**
* Defines the common bindings for all "resolved" attributes.
*
* @author Michael Eichberg
*/
trait AttributeBinding extends AttributesAbstractions {
type Attribute = br.Attribute
override implicit val attributeType: ClassTag[Attribute] = ClassTag(classOf[br.Attribute])
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy