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