SkipNode

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

A statement that does nothing.

Constructors

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

Functions

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

Properties

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