Package com. github. adriantodt. lin. ast. node. control
Types
Catch Branch
Link copied to clipboard
This is part of TryExpr.
Continue Expr
Link copied to clipboard
Do While Node
Link copied to clipboard
data class DoWhileNode(body: Node?, condition: Expr, section: Section?) : Node
Content copied to clipboard
Return Expr
Link copied to clipboard