viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax
/
JumpLabel
Jump
Label
data
class
JumpLabel
(
val
name
:
String
)
:
Name
The target label for unstructured control statements like
continue
and
break
.
Constructors
Functions
Properties
Constructors
Jump
Label
Link copied to clipboard
fun
JumpLabel
(
name
:
String
)
Functions
to
Document
Link copied to clipboard
open
override
fun
toDocument
(
)
:
Document
Properties
name
Link copied to clipboard
open
override
val
name
:
String
name
Category
Link copied to clipboard
open
override
val
nameCategory
:
String