HostDeclarationNode

class HostDeclarationNode(val name: HostNode, val sourceLocation: SourceLocation, val comment: String? = null) : TopLevelDeclarationNode

Declaration of a participant and their authority.

Parameters

name

Host name.

authority

Label specifying the trust placed in this host.

Constructors

Link copied to clipboard
fun HostDeclarationNode(name: HostNode, sourceLocation: SourceLocation, comment: String? = null)

Functions

Link copied to clipboard
override fun toDocument(): Document

Properties

Link copied to clipboard
open override val comment: String? = null
Link copied to clipboard
Link copied to clipboard
open override val sourceLocation: SourceLocation