Package | Description |
---|---|
com.ugos.jiprolog.engine |
Modifier and Type | Field and Description |
---|---|
static JIPList |
JIPList.NIL
Empty list or nil []
|
Modifier and Type | Method and Description |
---|---|
static JIPList |
JIPList.append(JIPList head,
JIPList tail)
Returns a new JIPList object by appending list2 to list1
|
static JIPList |
JIPList.create(JIPTerm head,
JIPTerm tail)
Creates a new List
|
JIPList |
JIPList.reverse()
Returns a new JIPList object by reversing this JIPList object
|
Modifier and Type | Method and Description |
---|---|
static JIPList |
JIPList.append(JIPList head,
JIPList tail)
Returns a new JIPList object by appending list2 to list1
|
static JIPString |
JIPString.create(JIPList string)
Creates a new JIPString object from a list of characters
|