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