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