aaraar
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
aaraar
core
/
sh.christian.aaraar.model.classeditor
/
AnnotationInstance
/
Value
/
EnumValue
Enum
Value
data
class
EnumValue
(
val
type
:
ClassReference
,
val
name
:
String
)
:
AnnotationInstance.Value
Members
Constructors
Enum
Value
Link copied to clipboard
constructor
(
type
:
ClassReference
,
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
ClassReference
Functions
to
Member
Value
Link copied to clipboard
open
fun
toMemberValue
(
constPool
:
ConstPool
)
:
MemberValue