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

com.oracle.graal.python.compiler.UnaryOpsConstants Maven / Gradle / Ivy

There is a newer version: 24.1.1
Show newest version
// CheckStyle: start generated
// Auto generated by GenerateEnumConstantsProcessor at 2024-04-05T16:06:43.994052347
package com.oracle.graal.python.compiler;

public final class UnaryOpsConstants {
    public static final int NOT = 0;
    public static final int POSITIVE = 1;
    public static final int NEGATIVE = 2;
    public static final int INVERT = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy