toggle menu
metis-lang
jvm
switch theme
search in API
metis-lang
/
io.github.seggan.metis.parsing
/
AstNode
/
Except
Except
data
class
Except
(
val
name
:
String
,
val
variable
:
String
?
,
val
body
:
AstNode.Block
)
Members
Constructors
Except
Link copied to clipboard
constructor
(
name
:
String
,
variable
:
String
?
,
body
:
AstNode.Block
)
Properties
body
Link copied to clipboard
val
body
:
AstNode.Block
name
Link copied to clipboard
val
name
:
String
variable
Link copied to clipboard
val
variable
:
String
?