org.matheclipse.parser.client.ast
Interface IConstantOperators
-
- All Known Subinterfaces:
- IConstantHeaders
public interface IConstantOperatorsDefault header operator strings
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringListHead for lists (i.e.static java.lang.StringOutHead for the Out history (needed for the % operator)static java.lang.StringPartHead for the Out history (needed for the[ ] operator) static java.lang.StringSlotHead for the Out history (needed for the #1,#2,...static java.lang.StringSlotSequenceHead for the Out history (needed for the ##1,##2,...
-
-
-
Field Detail
-
List
static final java.lang.String List
Head for lists (i.e. {a,b,c,...} )- See Also:
- Constant Field Values
-
Out
static final java.lang.String Out
Head for the Out history (needed for the % operator)- See Also:
- Constant Field Values
-
Part
static final java.lang.String Part
Head for the Out history (needed for the[ ] operator) - See Also:
- Constant Field Values
-
Slot
static final java.lang.String Slot
Head for the Out history (needed for the #1,#2,... operator)- See Also:
- Constant Field Values
-
SlotSequence
static final java.lang.String SlotSequence
Head for the Out history (needed for the ##1,##2,... operator)- See Also:
- Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG