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