valgolang
/
com.valgolang.frontend.ast
/
BoolNode
Bool
Node
data class
BoolNode
(lineNumber:
Int
, value:
Boolean
) :
ExpressionNode
Content copied to clipboard
Bool node
Represents a boolean value
Constructors
Functions
Properties
Constructors
BoolNode
Link copied to clipboard
fun
BoolNode
(lineNumber:
Int
, value:
Boolean
)
Content copied to clipboard
Create empty Bool node
Functions
component1
Link copied to clipboard
operator fun
component1
():
Int
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
Boolean
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(lineNumber:
Int
, value:
Boolean
):
BoolNode
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
value
Link copied to clipboard
val
value
:
Boolean
Content copied to clipboard