public interface IConstantOperators
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
List
Head for lists (i.e.
|
static java.lang.String |
Out
Head for the Out history (needed for the % operator)
|
static java.lang.String |
Part
Head for the Out history (needed for the
|
static java.lang.String |
Slot
Head for the Out history (needed for the #1,#2,... operator)
|
static java.lang.String |
SlotSequence
Head for the Out history (needed for the ##1,##2,... operator)
|
static final java.lang.String List
static final java.lang.String Out
static final java.lang.String Part
static final java.lang.String Slot
static final java.lang.String SlotSequence