valgolang
/
com.valgolang.frontend.ast
/
NullNode
Null
Node
data class
NullNode
(lineNumber:
Int
) :
ExpressionNode
Content copied to clipboard
Null node
Constructors
Functions
Properties
Constructors
NullNode
Link copied to clipboard
fun
NullNode
(lineNumber:
Int
)
Content copied to clipboard
Create empty Null node
Functions
component1
Link copied to clipboard
operator fun
component1
():
Int
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(lineNumber:
Int
):
NullNode
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
lineNumber
Link copied to clipboard
open override val
lineNumber
:
Int
Content copied to clipboard