| Package | Description |
|---|---|
| org.joni | |
| org.joni.ast |
| Modifier and Type | Field and Description |
|---|---|
(package private) ListNode |
ApplyCaseFoldArg.altRoot |
(package private) ListNode |
ApplyCaseFoldArg.tail |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Compiler.compileAltNode(ListNode node) |
protected void |
AsmCompiler.compileAltNode(ListNode node) |
protected void |
ArrayCompiler.compileAltNode(ListNode node) |
private Node |
Parser.parseExpRepeatForCar(Node top,
ListNode target,
boolean group) |
| Modifier and Type | Field and Description |
|---|---|
ListNode |
ListNode.tail |
| Modifier and Type | Method and Description |
|---|---|
static ListNode |
ListNode.listAdd(ListNode list,
Node value) |
static ListNode |
ListNode.newAlt(Node value,
ListNode tail) |
static ListNode |
ListNode.newList(Node value,
ListNode tail) |
| Modifier and Type | Method and Description |
|---|---|
static ListNode |
ListNode.listAdd(ListNode list,
Node value) |
static ListNode |
ListNode.newAlt(Node value,
ListNode tail) |
static ListNode |
ListNode.newList(Node value,
ListNode tail) |
void |
ListNode.setTail(ListNode tail) |
| Constructor and Description |
|---|
ListNode(Node value,
ListNode tail,
int type) |