valgolang
/
com.valgolang.frontend.ast
/
BreakNode
Break
Node
data class
BreakNode
(lineNumber:
Int
, loopEndLineNumber:
Int
) :
LoopStatementNode
Content copied to clipboard
Break node
Constructors
Functions
Properties
Constructors
BreakNode
Link copied to clipboard
fun
BreakNode
(lineNumber:
Int
, loopEndLineNumber:
Int
)
Content copied to clipboard
Create empty Break node
Functions
component1
Link copied to clipboard
operator fun
component1
():
Int
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
Int
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(lineNumber:
Int
, loopEndLineNumber:
Int
):
BreakNode
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
loopEndLineNumber
Link copied to clipboard
val
loopEndLineNumber
:
Int
Content copied to clipboard