
prompto.debug.variable.IVariable Maven / Gradle / Ivy
package prompto.debug.variable;
import prompto.debug.value.IValue;
public interface IVariable {
String getName();
String getTypeName();
IValue getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy