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

com.github.leeonky.dal.ast.opt.Precedence Maven / Gradle / Ivy

package com.github.leeonky.dal.ast.opt;

public class Precedence {
    static final int WHICH = 100;
    static final int LOGICAL = 200;
    static final int COMPARISON = 210;
    static final int PLUS_SUB = 300;
    static final int MUL_DIV = 400;
    static final int UNARY_OPERATION = 500;
    static final int PROPERTY = 501;
    static final int PARENTHESES = Integer.MAX_VALUE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy