viaduct
0.2.0-5-g5831d91.dirty
compiler
/
edu.cornell.cs.apl.viaduct.syntax
/
JumpLabel
Jump
Label
data
class
JumpLabel
(
name
:
String
)
:
Name
Content copied to clipboard
The target label for unstructured control statements like
continue
and
break
.
Constructors
Functions
Properties
Constructors
JumpLabel
Link copied to clipboard
fun
JumpLabel
(
name
:
String
)
Content copied to clipboard
Functions
to
Document
Link copied to clipboard
open
override
fun
toDocument
(
)
:
Document
Content copied to clipboard
Properties
name
Link copied to clipboard
open
override
val
name
:
String
Content copied to clipboard
nameCategory
Link copied to clipboard
open
override
val
nameCategory
:
String
Content copied to clipboard