public final class Compilers
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static @NotNull Compiler |
CX_CMD_CONSOLE
A compiler that compiles console commands.
|
static @NotNull Compiler |
CX_CMD_DECLARE
A compiler that compiles declare commands.
|
static @NotNull Compiler |
CX_CMD_DEFINE
A compiler that compiles define commands.
|
static @NotNull Compiler |
CX_CMD_ERROR
A compiler that compiles error commands.
|
static @NotNull Compiler |
CX_CMD_INCLUDE
A compiler that compiles include commands.
|
static @NotNull Compiler |
CX_CMD_MESSAGE
A compiler that compiles message commands.
|
static @NotNull Compiler |
CX_CMD_SPREAD
A compiler that compiles spread commands.
|
static @NotNull Compiler |
CX_CMD_UNDEC
A compiler that compiles undec commands.
|
static @NotNull Compiler |
CX_CMD_UNDEF
A compiler that compiles undef commands.
|
static @NotNull Compiler |
CX_FLW_CAPTURE
A compiler that compiles capture-contexts.
|
static @NotNull Compiler |
CX_FLW_FOR
A compiler that compiles for-contexts.
|
static @NotNull Compiler |
CX_FLW_IF
A compiler that compiles if-contexts.
|
static @NotNull Compiler |
CX_FLW_WHILE
A compiler that compiles while-contexts.
|
static @NotNull Compiler |
CX_INJ
A compiler that compiles injections.
|
static @NotNull Compiler |
CX_PCM_LGC
A compiler that compiles logical contexts.
|
static @NotNull Compiler |
CX_PCM_REF
A compiler that compiles references.
|
static @NotNull Compiler |
CX_TXT
A compiler that compiles the non-command text.
|
static @NotNull Compiler |
DC_EOL
A compiler that compiles line separators.
|
static @NotNull Compiler |
DC_EOL_SUPPRESSED
A compiler that compiles suppressed line separators.
|
static @NotNull Compiler |
DC_ROT
A compiler that compiles the root.
|
static @NotNull Compiler |
SX_CUR
A compiler that compiles curly braces.
|
static @NotNull Compiler |
SX_DQT
A compiler that compiles double quotes.
|
static @NotNull Compiler |
SX_NME
A compiler that compiles name instructions.
|
static @NotNull Compiler |
SX_NUM
A compiler that compiles numbers.
|
static @NotNull Compiler |
SX_QTE
A compiler that compiles quotes.
|
static @NotNull Compiler |
SX_RND
A compiler that compiles parentheses.
|
static @NotNull Compiler |
SX_SQR
A compiler that compiles square brackets.
|
@NotNull public static final @NotNull Compiler CX_CMD_CONSOLE
@NotNull public static final @NotNull Compiler CX_CMD_DECLARE
@NotNull public static final @NotNull Compiler CX_CMD_DEFINE
@NotNull public static final @NotNull Compiler CX_CMD_ERROR
@NotNull public static final @NotNull Compiler CX_CMD_INCLUDE
@NotNull public static final @NotNull Compiler CX_CMD_MESSAGE
@NotNull public static final @NotNull Compiler CX_CMD_SPREAD
@NotNull public static final @NotNull Compiler CX_CMD_UNDEC
@NotNull public static final @NotNull Compiler CX_CMD_UNDEF
@NotNull public static final @NotNull Compiler CX_FLW_CAPTURE
@NotNull public static final @NotNull Compiler CX_FLW_FOR
@NotNull public static final @NotNull Compiler CX_FLW_IF
@NotNull public static final @NotNull Compiler CX_FLW_WHILE
@NotNull public static final @NotNull Compiler CX_INJ
@NotNull public static final @NotNull Compiler CX_PCM_LGC
@NotNull public static final @NotNull Compiler CX_PCM_REF
@NotNull public static final @NotNull Compiler CX_TXT
@NotNull public static final @NotNull Compiler DC_EOL
@NotNull public static final @NotNull Compiler DC_EOL_SUPPRESSED
@NotNull public static final @NotNull Compiler DC_ROT
@NotNull public static final @NotNull Compiler SX_CUR
@NotNull public static final @NotNull Compiler SX_DQT
@NotNull public static final @NotNull Compiler SX_NME
@NotNull public static final @NotNull Compiler SX_NUM
@NotNull public static final @NotNull Compiler SX_QTE
@NotNull public static final @NotNull Compiler SX_RND
@NotNull public static final @NotNull Compiler SX_SQR