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

org.opalj.bi.reader.ConstantPoolEntry.scala Maven / Gradle / Ivy

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

/**
 * Common interface of all entries in the constant pool.
 */
trait ConstantPoolEntry {

    def asString: String

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy