All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opalj.bc.ClassFileElement.scala Maven / Gradle / Ivy

The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package bc

import java.io.DataOutputStream

/**
 * Generic interface which we use to implement the type classes.
 *
 * @author Michael Eichberg
 */
trait ClassFileElement[T] {

    def write(t: T)(implicit out: DataOutputStream, segmentInformation: (String, Int) => Unit): Unit

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy