Semicolon

data class Semicolon(val supplement: NodeSupplement = NodeSupplement()) : Node.Extra

AST node that represents a semicolon. The node corresponds to PsiElement whose elementType is SEMICOLON.

Constructors

Link copied to clipboard
constructor(supplement: NodeSupplement = NodeSupplement())

Properties

Link copied to clipboard
open override val supplement: NodeSupplement

Supplemental data for the node.

Link copied to clipboard
open override val text: String

always be ";".