samt-core
1.0.0
jvm
compiler
/
tools.samt.parser
/
EnumDeclarationNode
/
EnumDeclarationNode
Enum
Declaration
Node
constructor
(
location
:
Location
,
name
:
IdentifierNode
,
values
:
List
<
IdentifierNode
>
,
annotations
:
List
<
AnnotationNode
>
)