public static class Notations.Operators
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.github.leeonky.interpreter.Notation |
AND |
static com.github.leeonky.interpreter.Notation |
COMMA |
static com.github.leeonky.interpreter.Notation |
DIVISION |
static com.github.leeonky.interpreter.Notation |
DOT |
static com.github.leeonky.interpreter.Notation |
ELEMENT_ELLIPSIS |
static com.github.leeonky.interpreter.Notation |
EQUAL |
static com.github.leeonky.interpreter.Notation |
GREATER |
static com.github.leeonky.interpreter.Notation |
GREATER_OR_EQUAL |
static com.github.leeonky.interpreter.Notation |
IS |
static com.github.leeonky.interpreter.Notation |
LESS |
static com.github.leeonky.interpreter.Notation |
LESS_OR_EQUAL |
static com.github.leeonky.interpreter.Notation |
MATCHER |
static com.github.leeonky.interpreter.Notation |
META |
static com.github.leeonky.interpreter.Notation |
MINUS |
static com.github.leeonky.interpreter.Notation |
MULTIPLICATION |
static com.github.leeonky.interpreter.Notation |
NOT |
static com.github.leeonky.interpreter.Notation |
NOT_EQUAL |
static com.github.leeonky.interpreter.Notation |
OR |
static com.github.leeonky.interpreter.Notation |
PLUS |
static com.github.leeonky.interpreter.Notation |
ROW_WILDCARD |
static com.github.leeonky.interpreter.Notation |
SLASH |
static com.github.leeonky.interpreter.Notation |
SUBTRACTION |
static com.github.leeonky.interpreter.Notation |
WHICH |
static com.github.leeonky.interpreter.Notation |
WILDCARD |
| Constructor and Description |
|---|
Operators() |
public static final com.github.leeonky.interpreter.Notation WILDCARD
public static final com.github.leeonky.interpreter.Notation ROW_WILDCARD
public static final com.github.leeonky.interpreter.Notation ELEMENT_ELLIPSIS
public static final com.github.leeonky.interpreter.Notation AND
public static final com.github.leeonky.interpreter.Notation OR
public static final com.github.leeonky.interpreter.Notation COMMA
public static final com.github.leeonky.interpreter.Notation GREATER_OR_EQUAL
public static final com.github.leeonky.interpreter.Notation LESS_OR_EQUAL
public static final com.github.leeonky.interpreter.Notation GREATER
public static final com.github.leeonky.interpreter.Notation LESS
public static final com.github.leeonky.interpreter.Notation PLUS
public static final com.github.leeonky.interpreter.Notation SUBTRACTION
public static final com.github.leeonky.interpreter.Notation MULTIPLICATION
public static final com.github.leeonky.interpreter.Notation DIVISION
public static final com.github.leeonky.interpreter.Notation NOT_EQUAL
public static final com.github.leeonky.interpreter.Notation MINUS
public static final com.github.leeonky.interpreter.Notation NOT
public static final com.github.leeonky.interpreter.Notation MATCHER
public static final com.github.leeonky.interpreter.Notation EQUAL
public static final com.github.leeonky.interpreter.Notation DOT
public static final com.github.leeonky.interpreter.Notation SLASH
public static final com.github.leeonky.interpreter.Notation META
public static final com.github.leeonky.interpreter.Notation IS
public static final com.github.leeonky.interpreter.Notation WHICH