lin
/
com.github.adriantodt.lin.ast.node.control
/
CatchBranch
Catch
Branch
data class
CatchBranch
(caughtName:
String
?, branch:
Node
)
Content copied to clipboard
This is part of
TryExpr
.
Constructors
Properties
Constructors
CatchBranch
Link copied to clipboard
fun
CatchBranch
(caughtName:
String
?, branch:
Node
)
Content copied to clipboard
Properties
branch
Link copied to clipboard
val
branch
:
Node
Content copied to clipboard
caughtName
Link copied to clipboard
val
caughtName
:
String
?
Content copied to clipboard