SkipNode

class SkipNode(val sourceLocation: SourceLocation, val comment: String? = null) : SimpleStatementNode

A statement that does nothing.

Constructors

Link copied to clipboard
fun SkipNode(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
open override val sourceLocation: SourceLocation