
org.jruby.compiler.ir.operands.FieldRef Maven / Gradle / Ivy
package org.jruby.compiler.ir.operands;
public class FieldRef extends Reference {
public FieldRef(String name) {
super(name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy