viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax
/
LabelVariable
Label
Variable
data
class
LabelVariable
(
val
name
:
String
)
:
Variable
A variable that binds a label.
Constructors
Functions
Properties
Extensions
Constructors
Label
Variable
Link copied to clipboard
fun
LabelVariable
(
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
Extensions
label
Link copied to clipboard
val
LabelVariable
.
label
:
SecurityLattice
<
FreeDistributiveLattice
<
Component
<
Principal
>
>
>