
com.github.lizardev.xquery.saxon.coverage.trace.CoverageInstructionInvokedEvent Maven / Gradle / Ivy
The newest version!
package com.github.lizardev.xquery.saxon.coverage.trace;
public class CoverageInstructionInvokedEvent {
private InstructionId instructionId;
public CoverageInstructionInvokedEvent(InstructionId instructionId) {
this.instructionId = instructionId;
}
public InstructionId getInstructionId() {
return instructionId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy