com.oracle.graal.python.compiler.UnaryOpsConstants Maven / Gradle / Ivy
// 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