public final class Processors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static @NotNull Processor |
CX_CMD
A processor that processes commands.
|
static @NotNull Processor |
CX_CMD_DECLARE
Since the declare command can take a pointer in the address given to it, this
processor will take the first tree in the parameter, if it is a square and if it
was exactly next to the address, then change it into a pointer and shrink the
address.
|
static @NotNull Processor |
CX_FLW_CAPTURE
A processor that parses capture context.
|
static @NotNull Processor |
CX_FLW_FOR
A processor that parses for context.
|
static @NotNull Processor |
CX_FLW_IF
A processor that parses if context.
|
static @NotNull Processor |
CX_FLW_WHILE
A processor that parses while context.
|
static @NotNull Processor |
CX_PCM_LGC
A processor that solves logic trees.
|
static @NotNull Processor |
CX_PCM_REF
A processor that parses references.
|
static @NotNull Processor |
OZ_CLEAN
A processor that cleans unwanted trees.
|
@NotNull public static final @NotNull Processor CX_CMD
@NotNull public static final @NotNull Processor CX_CMD_DECLARE
@NotNull public static final @NotNull Processor CX_FLW_CAPTURE
@NotNull public static final @NotNull Processor CX_FLW_FOR
@NotNull public static final @NotNull Processor CX_FLW_IF
@NotNull public static final @NotNull Processor CX_FLW_WHILE
@NotNull public static final @NotNull Processor CX_PCM_LGC
@NotNull public static final @NotNull Processor CX_PCM_REF
@NotNull public static final @NotNull Processor OZ_CLEAN