Module org.kink_lang.kink
Class ProgramCounterSupplier
java.lang.Object
org.kink_lang.kink.internal.compile.javaclassir.ProgramCounterSupplier
Supplies program counters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
newProgramCounter
(Trace trace) Supplies a new program counter with a trace.
-
Constructor Details
-
ProgramCounterSupplier
Constructs a supplier.- Parameters:
traceAccum
- the trace accumulator.
-
-
Method Details
-
newProgramCounter
Supplies a new program counter with a trace.- Parameters:
trace
- the trace associated with the program counter.- Returns:
- the new program counter.
-