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<DALNode,DALOperator,DALProcedure> |
CLOSE_REGEX |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
CLOSING_BRACES |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
CLOSING_BRACKET |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
CLOSING_GROUP |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
CLOSING_PARENTHESES |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
COLUMN_SPLITTER |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
COMMA |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
DOUBLE_QUOTED |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
EMPTY |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
LINE_COMMENT1 |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
LINE_COMMENT2 |
static java.util.List<com.github.leeonky.interpreter.Notation<?,?,?>> |
LINE_COMMENTS |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
LIST_MAPPING |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
MATRIX_COLUMN_SPLITTER |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
OPEN_REGEX |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
OPENING_BRACES |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
OPENING_BRACKET |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
OPENING_GROUP |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
OPENING_PARENTHESES |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
SCHEMA_AND |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
SEQUENCE_AZ |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
SEQUENCE_AZ_2 |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
SEQUENCE_ZA |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
SEQUENCE_ZA_2 |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
SINGLE_QUOTED |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
TEXT_BLOCK |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
THIS |
static com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> |
TRANSPOSE_MARK |
| Constructor and Description |
|---|
Notations() |
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> SINGLE_QUOTED
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> DOUBLE_QUOTED
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> OPENING_BRACKET
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> CLOSING_BRACKET
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> OPENING_PARENTHESES
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> CLOSING_PARENTHESES
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> SCHEMA_AND
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> OPEN_REGEX
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> CLOSE_REGEX
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> OPENING_BRACES
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> CLOSING_BRACES
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> COMMA
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> COLUMN_SPLITTER
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> MATRIX_COLUMN_SPLITTER
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> SEQUENCE_AZ
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> SEQUENCE_ZA
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> SEQUENCE_AZ_2
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> SEQUENCE_ZA_2
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> TRANSPOSE_MARK
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> LINE_COMMENT1
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> LINE_COMMENT2
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> LIST_MAPPING
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> OPENING_GROUP
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> CLOSING_GROUP
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> TEXT_BLOCK
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> EMPTY
public static final com.github.leeonky.interpreter.Notation<DALNode,DALOperator,DALProcedure> THIS
public static final java.util.List<com.github.leeonky.interpreter.Notation<?,?,?>> LINE_COMMENTS