prompto.compiler.IValueConstant Maven / Gradle / Ivy
The newest version!
package prompto.compiler;
public interface IValueConstant extends IConstantOperand {
StackEntry toStackEntry();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy