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

org.jruby.ir.operands.Stringable Maven / Gradle / Ivy

package org.jruby.ir.operands;

/**
 * Represents an Operand that has a Java string form.
 */
public interface Stringable {
    public String getString();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy