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

com.squarespace.template.expr.OperatorType Maven / Gradle / Ivy

package com.squarespace.template.expr;

/**
 * Type of operator.
 */
public enum OperatorType {
  PLUS,
  MINUS,
  LNOT,
  BNOT,
  POW,
  MUL,
  DIV,
  MOD,
  ADD,
  SUB,
  SHL,
  SHR,
  LT,
  GT,
  EQ,
  NEQ,
  SEQ,
  SNEQ,
  LTEQ,
  GTEQ,
  BAND,
  BXOR,
  BOR,
  LAND,
  LOR,
  ASN,
  SEMI,
  COMMA,
  LPRN,
  RPRN,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy