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

com.vmlens.trace.agent.bootstrap.event.runtimeeventimpl.VolatileFieldAccessEventForTest Maven / Gradle / Ivy

The newest version!
package com.vmlens.trace.agent.bootstrap.event.runtimeeventimpl;

public class VolatileFieldAccessEventForTest extends VolatileFieldAccessEvent {

    public VolatileFieldAccessEventForTest() {
        super(null);
    }

    public int threadIndex() {
        return threadIndex;
    }


    public int bytecodePosition() {
        return bytecodePosition;
    }

    public int fieldId() {
        return fieldId;
    }

    public int methodCounter() {
        return methodCounter;
    }

    public int methodId() {
        return methodId;
    }

    public int operation() {
        return operation;
    }

    public long objectHashCode() {
        return objectHashCode;
    }

    public int loopId() {
        return loopId;
    }

    public int runId() {
        return runId;
    }

    public int runPosition() {
        return runPosition;
    }

    public void setMethodCounter(int methodCounter) {
        this.methodCounter = methodCounter;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy