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 Notation |
CLOSE_REGEX |
static Notation |
CLOSING_BRACES |
static Notation |
CLOSING_BRACKET |
static Notation |
CLOSING_GROUP |
static Notation |
CLOSING_PARENTHESES |
static Notation |
COLUMN_SPLITTER |
static Notation |
COMMA |
static Notation |
DOUBLE_QUOTED |
static Notation |
LINE_COMMENT1 |
static Notation |
LINE_COMMENT2 |
static java.util.List<Notation> |
LINE_COMMENTS |
static Notation |
LIST_MAPPING |
static Notation |
OPEN_REGEX |
static Notation |
OPENING_BRACES |
static Notation |
OPENING_BRACKET |
static Notation |
OPENING_GROUP |
static Notation |
OPENING_PARENTHESES |
static Notation |
SCHEMA_AND |
static Notation |
SEQUENCE_AZ |
static Notation |
SEQUENCE_AZ_2 |
static Notation |
SEQUENCE_ZA |
static Notation |
SEQUENCE_ZA_2 |
static Notation |
SINGLE_QUOTED |
static Notation |
TRANSPOSE_MARK |
| Constructor and Description |
|---|
Notations() |
public static final Notation SINGLE_QUOTED
public static final Notation DOUBLE_QUOTED
public static final Notation OPENING_BRACKET
public static final Notation CLOSING_BRACKET
public static final Notation OPENING_PARENTHESES
public static final Notation CLOSING_PARENTHESES
public static final Notation SCHEMA_AND
public static final Notation OPEN_REGEX
public static final Notation CLOSE_REGEX
public static final Notation OPENING_BRACES
public static final Notation CLOSING_BRACES
public static final Notation COMMA
public static final Notation COLUMN_SPLITTER
public static final Notation SEQUENCE_AZ
public static final Notation SEQUENCE_ZA
public static final Notation SEQUENCE_AZ_2
public static final Notation SEQUENCE_ZA_2
public static final Notation TRANSPOSE_MARK
public static final Notation LINE_COMMENT1
public static final Notation LINE_COMMENT2
public static final Notation LIST_MAPPING
public static final Notation OPENING_GROUP
public static final Notation CLOSING_GROUP
public static final java.util.List<Notation> LINE_COMMENTS