| Modifier and Type | Field and Description |
|---|---|
boolean |
branched |
Token |
definition |
static ParseGraph |
EMPTY |
ParseItem |
head |
static Token |
NONE |
long |
size |
ParseGraph |
tail |
| Modifier and Type | Method and Description |
|---|---|
ParseGraph |
asGraph() |
Optional<ParseValue> |
current() |
boolean |
equals(Object obj) |
Token |
getDefinition() |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isGraph() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitasReference, asValue, isReference, isValuepublic final ParseItem head
public final ParseGraph tail
public final boolean branched
public final Token definition
public final long size
public static final Token NONE
public static final ParseGraph EMPTY
public boolean isEmpty()
public Optional<ParseValue> current()
public ParseGraph asGraph()
public Token getDefinition()
getDefinition in interface ParseItemCopyright © 2017. All rights reserved.