
com.vmlens.trace.agent.bootstrap.FieldIdAndTyp Maven / Gradle / Ivy
package com.vmlens.trace.agent.bootstrap;
public class FieldIdAndTyp {
public final int id;
public final FieldTyp fieldTyp;
public FieldIdAndTyp(int id, FieldTyp fieldTyp) {
super();
this.id = id;
this.fieldTyp = fieldTyp;
}
@Override
public String toString() {
return "FieldIdAndTyp [id=" + id + ", fieldTyp=" + fieldTyp + "]";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy