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

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

package org.jruby.ir.operands;

import org.jruby.util.ByteList;

public interface StringLiteral {
    ByteList getByteList();
    int getCodeRange();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy