Class Step
java.lang.Object
net.covers1624.coffeegrinder.debug.Step
Created by covers1624 on 13/5/21.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic interfacestatic enumstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal LinkedList<Step> final StepContextType@Nullable Throwablefinal intfinal Stringfinal @Nullable Stepfinal DebugStepperfinal Step.StepType -
Constructor Summary
ConstructorsConstructorDescriptionStep(DebugStepper stepper, int id, String name, @Nullable Step parent, Step.StepType type, StepContextType contextType, Step.StepData data) -
Method Summary
Modifier and TypeMethodDescriptiongetData()booleanbooleanbooleanvoidsetData(Step.StepData data)
-
Field Details
-
stepper
-
id
public final int id -
name
-
parent
-
type
-
contextType
-
children
-
exception
-
-
Constructor Details
-
Step
public Step(DebugStepper stepper, int id, String name, @Nullable @Nullable Step parent, Step.StepType type, StepContextType contextType, Step.StepData data)
-
-
Method Details
-
getData
-
setData
-
hasChanges
public boolean hasChanges() -
hasFailed
public boolean hasFailed() -
isFinished
public boolean isFinished()
-