JumpLabel

data class JumpLabel(name: String) : Name

The target label for unstructured control statements like continue and break.

Constructors

JumpLabel
Link copied to clipboard
fun JumpLabel(name: String)

Functions

toDocument
Link copied to clipboard
open override fun toDocument(): Document

Properties

name
Link copied to clipboard
open override val name: String
nameCategory
Link copied to clipboard
open override val nameCategory: String