valgolang
/
com.valgolang.frontend.ast
/
LoopStatementNode
Loop
Statement
Node
sealed class
LoopStatementNode
:
CodeNode
Content copied to clipboard
Loop statement node
Functions
Properties
Inheritors
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
lineNumber
Link copied to clipboard
open override val
lineNumber
:
Int
Content copied to clipboard
Inheritors
BreakNode
Link copied to clipboard
ContinueNode
Link copied to clipboard