EnumConstant

data class EnumConstant(val location: Location, val name: String, val tag: Int, val documentation: String, val options: Options)

Constructors

Link copied to clipboard
constructor(location: Location, name: String, tag: Int, documentation: String, options: Options)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: Int