public class Notations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Notations.Keywords |
static class |
Notations.Operators |
| Modifier and Type | Field and Description |
|---|---|
static com.github.leeonky.interpreter.Notation |
CLOSE_REGEX |
static com.github.leeonky.interpreter.Notation |
CLOSING_BRACES |
static com.github.leeonky.interpreter.Notation |
CLOSING_BRACKET |
static com.github.leeonky.interpreter.Notation |
CLOSING_GROUP |
static com.github.leeonky.interpreter.Notation |
CLOSING_PARENTHESES |
static com.github.leeonky.interpreter.Notation |
COLUMN_SPLITTER |
static com.github.leeonky.interpreter.Notation |
COMMA |
static com.github.leeonky.interpreter.Notation |
DOUBLE_QUOTED |
static com.github.leeonky.interpreter.Notation |
LINE_COMMENT1 |
static com.github.leeonky.interpreter.Notation |
LINE_COMMENT2 |
static java.util.List<com.github.leeonky.interpreter.Notation> |
LINE_COMMENTS |
static com.github.leeonky.interpreter.Notation |
LIST_MAPPING |
static com.github.leeonky.interpreter.Notation |
MATRIX_COLUMN_SPLITTER |
static com.github.leeonky.interpreter.Notation |
OPEN_REGEX |
static com.github.leeonky.interpreter.Notation |
OPENING_BRACES |
static com.github.leeonky.interpreter.Notation |
OPENING_BRACKET |
static com.github.leeonky.interpreter.Notation |
OPENING_GROUP |
static com.github.leeonky.interpreter.Notation |
OPENING_PARENTHESES |
static com.github.leeonky.interpreter.Notation |
SCHEMA_AND |
static com.github.leeonky.interpreter.Notation |
SEQUENCE_AZ |
static com.github.leeonky.interpreter.Notation |
SEQUENCE_AZ_2 |
static com.github.leeonky.interpreter.Notation |
SEQUENCE_ZA |
static com.github.leeonky.interpreter.Notation |
SEQUENCE_ZA_2 |
static com.github.leeonky.interpreter.Notation |
SINGLE_QUOTED |
static com.github.leeonky.interpreter.Notation |
TRANSPOSE_MARK |
| Constructor and Description |
|---|
Notations() |
public static final com.github.leeonky.interpreter.Notation SINGLE_QUOTED
public static final com.github.leeonky.interpreter.Notation DOUBLE_QUOTED
public static final com.github.leeonky.interpreter.Notation OPENING_BRACKET
public static final com.github.leeonky.interpreter.Notation CLOSING_BRACKET
public static final com.github.leeonky.interpreter.Notation OPENING_PARENTHESES
public static final com.github.leeonky.interpreter.Notation CLOSING_PARENTHESES
public static final com.github.leeonky.interpreter.Notation SCHEMA_AND
public static final com.github.leeonky.interpreter.Notation OPEN_REGEX
public static final com.github.leeonky.interpreter.Notation CLOSE_REGEX
public static final com.github.leeonky.interpreter.Notation OPENING_BRACES
public static final com.github.leeonky.interpreter.Notation CLOSING_BRACES
public static final com.github.leeonky.interpreter.Notation COMMA
public static final com.github.leeonky.interpreter.Notation COLUMN_SPLITTER
public static final com.github.leeonky.interpreter.Notation MATRIX_COLUMN_SPLITTER
public static final com.github.leeonky.interpreter.Notation SEQUENCE_AZ
public static final com.github.leeonky.interpreter.Notation SEQUENCE_ZA
public static final com.github.leeonky.interpreter.Notation SEQUENCE_AZ_2
public static final com.github.leeonky.interpreter.Notation SEQUENCE_ZA_2
public static final com.github.leeonky.interpreter.Notation TRANSPOSE_MARK
public static final com.github.leeonky.interpreter.Notation LINE_COMMENT1
public static final com.github.leeonky.interpreter.Notation LINE_COMMENT2
public static final com.github.leeonky.interpreter.Notation LIST_MAPPING
public static final com.github.leeonky.interpreter.Notation OPENING_GROUP
public static final com.github.leeonky.interpreter.Notation CLOSING_GROUP
public static final java.util.List<com.github.leeonky.interpreter.Notation> LINE_COMMENTS