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

dev.lukebemish.opensesame.compile.Opcodes Maven / Gradle / Ivy

Go to download

Compile-time abstractions for OpenSesame, a tool for typesafe access to normally inaccessible members

There is a newer version: 0.6.0
Show newest version
package dev.lukebemish.opensesame.compile;

public final class Opcodes {
    private Opcodes() {}

    public static final int H_GETFIELD = 1;
    public static final int H_GETSTATIC = 2;
    public static final int H_PUTFIELD = 3;
    public static final int H_PUTSTATIC = 4;
    public static final int H_INVOKEVIRTUAL = 5;
    public static final int H_INVOKESTATIC = 6;
    public static final int H_INVOKESPECIAL = 7;
    public static final int H_NEWINVOKESPECIAL = 8;
    public static final int H_INVOKEINTERFACE = 9;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy