HostDeclarationNode

class HostDeclarationNode(val name: HostNode, val sourceLocation: SourceLocation) : TopLevelDeclarationNode

Declaration of a participant and their authority.

Parameters

name

Host name.

Constructors

Link copied to clipboard
fun HostDeclarationNode(name: HostNode, sourceLocation: SourceLocation)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
open override val sourceLocation: SourceLocation