Start Code Tracking Node
data class StartCodeTrackingNode(lineNumber: Int, isStepInto: Boolean, condition: ExpressionNode) : AnnotationBlockNode
Content copied to clipboard
Start code tracking node
Used to mark where in the program a stepInto/stepOver starts
Constructors
StartCodeTrackingNode
Link copied to clipboard
fun StartCodeTrackingNode(lineNumber: Int, isStepInto: Boolean, condition: ExpressionNode)
Content copied to clipboard
Create empty Start code tracking node
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(lineNumber: Int, isStepInto: Boolean, condition: ExpressionNode): StartCodeTrackingNode
Content copied to clipboard
Properties
condition
Link copied to clipboard
isStepInto
Link copied to clipboard
lineNumber
Link copied to clipboard