
org.opalj.bi.AttributesParent.scala Maven / Gradle / Ivy
The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package bi
/**
* Enumeration of all class file structures that can have attributes.
*/
object AttributesParent extends Enumeration {
final val ClassFile = Value
final val Field = Value
final val Method = Value
final val Code = Value
final val RecordComponent = Value
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy