SuperInstrType.java

package org.jruby.ir.instructions;

public enum SuperInstrType {
    CLASS, INSTANCE, UNRESOLVED;
}