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

org.opalj.br.NestHost.scala Maven / Gradle / Ivy

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

/**
 * Definition of a Java 11 nest host.
 *
 * @author Dominik Helm
 */
case class NestHost(hostClassType: ObjectType) extends Attribute {

    final override def kindId: Int = NestHost.KindId

    override def similar(other: Attribute, config: SimilarityTestConfiguration): Boolean = {
        this == other
    }
}

object NestHost {

    final val KindId = 47

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy