public final class Kind
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static @NotNull java.lang.String |
CM_BLK
The kind of comment blocks.
|
static @NotNull java.lang.String |
CM_SLN
The kind of commented lines.
|
static @NotNull java.lang.String |
CX_ANC_CLOSE
The kind for closing anchors.
|
static @NotNull java.lang.String |
CX_ANC_OPEN
The kind for opening anchors.
|
static @NotNull java.lang.String |
CX_CMD
The kind of a single-line command.
|
static @NotNull java.lang.String |
CX_CMD_CAPTURE
The command kind of the
#capture command. |
static @NotNull java.lang.String |
CX_CMD_CONSOLE
The command kind of the
#console command. |
static @NotNull java.lang.String |
CX_CMD_DECLARE
The command that allocates a value into the heap.
|
static @NotNull java.lang.String |
CX_CMD_DEFINE
The command that allocates a value into the heap and replaces all the occurrences
of the name of that variable in the text.
|
static @NotNull java.lang.String |
CX_CMD_ELIF
The command kind of the
elif command. |
static @NotNull java.lang.String |
CX_CMD_ELIFDEF
The kind of the
elifdef command. |
static @NotNull java.lang.String |
CX_CMD_ELIFNDEF
The kind of the
elifndef command. |
static @NotNull java.lang.String |
CX_CMD_ELSE
The command kind of the
else command. |
static @NotNull java.lang.String |
CX_CMD_ENDCAPTURE
The command kind of the
#endcapture command. |
static @NotNull java.lang.String |
CX_CMD_ENDFOR
The command kind of the
endfor command. |
static @NotNull java.lang.String |
CX_CMD_ENDIF
The command kind of the
endif command. |
static @NotNull java.lang.String |
CX_CMD_ENDWHILE
The command kind of the
#endwhile command. |
static @NotNull java.lang.String |
CX_CMD_ERROR
The command kind of the
#error command. |
static @NotNull java.lang.String |
CX_CMD_FOR
The command kind of the
for command. |
static @NotNull java.lang.String |
CX_CMD_IF
The command kind of the
#if command. |
static @NotNull java.lang.String |
CX_CMD_IFDEF
The kind of the
#ifdef command. |
static @NotNull java.lang.String |
CX_CMD_IFNDEF
The kind of the
#ifndef command. |
static @NotNull java.lang.String |
CX_CMD_INCLUDE
The command kind of the
#include command. |
static @NotNull java.lang.String |
CX_CMD_KEY
The kind of the key part of a command.
|
static @NotNull java.lang.String |
CX_CMD_MAKE
The command kind of the
#make command. |
static @NotNull java.lang.String |
CX_CMD_MESSAGE
The command kind of the
#message command. |
static @NotNull java.lang.String |
CX_CMD_SPREAD
The command kind of the
#spread command. |
static @NotNull java.lang.String |
CX_CMD_TYPE
The kind of the type of a single-line command.
|
static @NotNull java.lang.String |
CX_CMD_UNDEC
The command kind of the
#undec command. |
static @NotNull java.lang.String |
CX_CMD_UNDEF
The command kind of the
#undef command. |
static @NotNull java.lang.String |
CX_CMD_WHILE
The command kind of the
#while command. |
static @NotNull java.lang.String |
CX_FLW_CAPTURE
The capture command context kind.
|
static @NotNull java.lang.String |
CX_FLW_FOR
The for command context kind.
|
static @NotNull java.lang.String |
CX_FLW_IF
The if command context kind.
|
static @NotNull java.lang.String |
CX_FLW_WHILE
The while command context kind.
|
static @NotNull java.lang.String |
CX_INJ
The kind of an injection sequence.
|
static @NotNull java.lang.String |
CX_PCM_LGC
The kind of the logic parameter combination.
|
static @NotNull java.lang.String |
CX_PCM_REF
The kind of the reference parameter combination.
|
static @NotNull java.lang.String |
CX_PRM
The kind of parameter context.
|
static @NotNull java.lang.String |
CX_TXT
The kind of source text.
|
static @NotNull java.lang.String |
DC_EOL
The kind for line separators (
\n or \r or \r\n ). |
static @NotNull java.lang.String |
DC_EOL_SUPPRESSED
The kind for suppressed (do-not-print) line separators (
\n or \r or
\r\n ). |
static @NotNull java.lang.String |
DC_ROT
The kind for the root element.
|
static @NotNull java.lang.String |
OP_ADD
The kind for the addition symbol.
|
static @NotNull java.lang.String |
OP_DIV
The kind for the division symbol.
|
static @NotNull java.lang.String |
OP_EQL
The kind for the equating symbol.
|
static @NotNull java.lang.String |
OP_LEQ
The kind for the less-than-or-equals (<=) operator.
|
static @NotNull java.lang.String |
OP_LND
The kind for the logical and (&&) operator.
|
static @NotNull java.lang.String |
OP_LOR
The kind for the logical-or (||) operator.
|
static @NotNull java.lang.String |
OP_LTN
The kind for the less-than symbol.
|
static @NotNull java.lang.String |
OP_MEQ
The kind for the more-than-or-equals (>=) operator.
|
static @NotNull java.lang.String |
OP_MOD
The kind for the modulo symbol.
|
static @NotNull java.lang.String |
OP_MTN
The kind for the more-than symbol.
|
static @NotNull java.lang.String |
OP_MUL
The kind for the multiplication symbol.
|
static @NotNull java.lang.String |
OP_NEG
The kind for the negation symbol.
|
static @NotNull java.lang.String |
OP_NQL
The kind for the not-equals symbol.
|
static @NotNull java.lang.String |
OP_SUB
The kind for the subtraction symbol.
|
static @NotNull java.lang.String |
SX_CLN
The kind for colons.
|
static @NotNull java.lang.String |
SX_CMA
The kind for commas.
|
static @NotNull java.lang.String |
SX_CUR
The kind for curly brackets.
|
static @NotNull java.lang.String |
SX_DQT
The kind for double-quotes.
|
static @NotNull java.lang.String |
SX_NME
The kind for names.
|
static @NotNull java.lang.String |
SX_NUM
The kind for numbers.
|
static @NotNull java.lang.String |
SX_QTE
The kind for quotes.
|
static @NotNull java.lang.String |
SX_RND
The kind for round brackets.
|
static @NotNull java.lang.String |
SX_SQR
The kind for square brackets.
|
@NotNull public static final @NotNull java.lang.String CM_BLK
@NotNull public static final @NotNull java.lang.String CM_SLN
@NotNull public static final @NotNull java.lang.String CX_ANC_CLOSE
@NotNull public static final @NotNull java.lang.String CX_ANC_OPEN
@NotNull public static final @NotNull java.lang.String CX_CMD
@NotNull public static final @NotNull java.lang.String CX_CMD_CAPTURE
#capture
command.@NotNull public static final @NotNull java.lang.String CX_CMD_CONSOLE
#console
command.@NotNull public static final @NotNull java.lang.String CX_CMD_DECLARE
@NotNull public static final @NotNull java.lang.String CX_CMD_DEFINE
@NotNull public static final @NotNull java.lang.String CX_CMD_ELIF
elif
command.@NotNull public static final @NotNull java.lang.String CX_CMD_ELIFDEF
elifdef
command.@NotNull public static final @NotNull java.lang.String CX_CMD_ELIFNDEF
elifndef
command.@NotNull public static final @NotNull java.lang.String CX_CMD_ELSE
else
command.@NotNull public static final @NotNull java.lang.String CX_CMD_ENDCAPTURE
#endcapture
command.@NotNull public static final @NotNull java.lang.String CX_CMD_ENDFOR
endfor
command.@NotNull public static final @NotNull java.lang.String CX_CMD_ENDIF
endif
command.@NotNull public static final @NotNull java.lang.String CX_CMD_ENDWHILE
#endwhile
command.@NotNull public static final @NotNull java.lang.String CX_CMD_ERROR
#error
command.@NotNull public static final @NotNull java.lang.String CX_CMD_FOR
for
command.@NotNull public static final @NotNull java.lang.String CX_CMD_IF
#if
command.@NotNull public static final @NotNull java.lang.String CX_CMD_IFDEF
#ifdef
command.@NotNull public static final @NotNull java.lang.String CX_CMD_IFNDEF
#ifndef
command.@NotNull public static final @NotNull java.lang.String CX_CMD_INCLUDE
#include
command.@NotNull public static final @NotNull java.lang.String CX_CMD_KEY
@NotNull public static final @NotNull java.lang.String CX_CMD_MAKE
#make
command.@NotNull public static final @NotNull java.lang.String CX_CMD_MESSAGE
#message
command.@NotNull public static final @NotNull java.lang.String CX_CMD_SPREAD
#spread
command.@NotNull public static final @NotNull java.lang.String CX_CMD_TYPE
@NotNull public static final @NotNull java.lang.String CX_CMD_UNDEC
#undec
command.@NotNull public static final @NotNull java.lang.String CX_CMD_UNDEF
#undef
command.@NotNull public static final @NotNull java.lang.String CX_CMD_WHILE
#while
command.@NotNull public static final @NotNull java.lang.String CX_FLW_CAPTURE
@NotNull public static final @NotNull java.lang.String CX_FLW_FOR
@NotNull public static final @NotNull java.lang.String CX_FLW_IF
@NotNull public static final @NotNull java.lang.String CX_FLW_WHILE
@NotNull public static final @NotNull java.lang.String CX_INJ
@NotNull public static final @NotNull java.lang.String CX_PCM_LGC
@NotNull public static final @NotNull java.lang.String CX_PCM_REF
@NotNull public static final @NotNull java.lang.String CX_PRM
@NotNull public static final @NotNull java.lang.String CX_TXT
@NotNull public static final @NotNull java.lang.String DC_EOL
\n
or \r
or \r\n
).@NotNull public static final @NotNull java.lang.String DC_EOL_SUPPRESSED
\n
or \r
or
\r\n
).@NotNull public static final @NotNull java.lang.String DC_ROT
@NotNull public static final @NotNull java.lang.String OP_ADD
@NotNull public static final @NotNull java.lang.String OP_DIV
@NotNull public static final @NotNull java.lang.String OP_EQL
@NotNull public static final @NotNull java.lang.String OP_LEQ
@NotNull public static final @NotNull java.lang.String OP_LND
@NotNull public static final @NotNull java.lang.String OP_LOR
@NotNull public static final @NotNull java.lang.String OP_LTN
@NotNull public static final @NotNull java.lang.String OP_MEQ
@NotNull public static final @NotNull java.lang.String OP_MOD
@NotNull public static final @NotNull java.lang.String OP_MTN
@NotNull public static final @NotNull java.lang.String OP_MUL
@NotNull public static final @NotNull java.lang.String OP_NEG
@NotNull public static final @NotNull java.lang.String OP_NQL
@NotNull public static final @NotNull java.lang.String OP_SUB
@NotNull public static final @NotNull java.lang.String SX_CLN
@NotNull public static final @NotNull java.lang.String SX_CMA
@NotNull public static final @NotNull java.lang.String SX_CUR
@NotNull public static final @NotNull java.lang.String SX_DQT
@NotNull public static final @NotNull java.lang.String SX_NME
@NotNull public static final @NotNull java.lang.String SX_NUM
@NotNull public static final @NotNull java.lang.String SX_QTE
@NotNull public static final @NotNull java.lang.String SX_RND
@NotNull public static final @NotNull java.lang.String SX_SQR