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 2023-09-13T15:54:29.337083489
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 - 2024 Weber Informatics LLC | Privacy Policy