All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.lizardev.xquery.saxon.coverage.trace.CoverageInstructionSimplifiedEvent Maven / Gradle / Ivy

package com.github.lizardev.xquery.saxon.coverage.trace;

public class CoverageInstructionSimplifiedEvent {
    private final InstructionId instructionId;

    public CoverageInstructionSimplifiedEvent(InstructionId instructionId) {
        this.instructionId = instructionId;
    }

    public InstructionId getInstructionId() {
        return instructionId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy