public static class Notations.Keywords
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure>> |
ALL |
static java.util.Set<java.lang.String> |
ALL_STRING |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
AND |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
FALSE |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
IS |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
NULL |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
OR |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
TRUE |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
WHICH |
| Constructor and Description |
|---|
Keywords() |
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> WHICH
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> IS
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> TRUE
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> FALSE
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> NULL
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 java.util.Set<com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure>> ALL
public static final java.util.Set<java.lang.String> ALL_STRING