NullNode

data class NullNode(lineNumber: Int) : ExpressionNode

Null node

Constructors

NullNode
Link copied to clipboard
fun NullNode(lineNumber: Int)
Create empty Null node

Functions

component1
Link copied to clipboard
operator fun component1(): Int
copy
Link copied to clipboard
fun copy(lineNumber: Int): NullNode
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

lineNumber
Link copied to clipboard
open override val lineNumber: Int