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