Package | Description |
---|---|
org.parboiled | |
org.parboiled.common | |
org.parboiled.parserunners |
Modifier and Type | Field and Description |
---|---|
private ImmutableLinkedList<Node<V>> |
MatcherContext.subNodes |
Modifier and Type | Method and Description |
---|---|
ImmutableLinkedList<Node<V>> |
MatcherContext.getSubNodes() |
private static <V> ImmutableLinkedList<Node<V>> |
MatcherContext.getSubNodes(ImmutableLinkedList<Node<V>> remaining,
ImmutableLinkedList<Node<V>> tail) |
Modifier and Type | Method and Description |
---|---|
private static <V> ImmutableLinkedList<Node<V>> |
MatcherContext.getSubNodes(ImmutableLinkedList<Node<V>> remaining,
ImmutableLinkedList<Node<V>> tail) |
private static <V> ImmutableLinkedList<Node<V>> |
MatcherContext.getSubNodes(ImmutableLinkedList<Node<V>> remaining,
ImmutableLinkedList<Node<V>> tail) |
Constructor and Description |
---|
NodeImpl(Matcher matcher,
ImmutableLinkedList<Node<V>> children,
int startIndex,
int endIndex,
V value,
boolean hasError) |
Modifier and Type | Field and Description |
---|---|
private ImmutableLinkedList<T> |
ImmutableLinkedList.IllIterator.current |
private static ImmutableLinkedList<java.lang.Object> |
ImmutableLinkedList.NIL |
private ImmutableLinkedList<T> |
ImmutableLinkedList.IllIterator.start |
private ImmutableLinkedList<T> |
ImmutableLinkedList.tail |
Modifier and Type | Method and Description |
---|---|
static <T> ImmutableLinkedList<T> |
ImmutableLinkedList.nil() |
ImmutableLinkedList<T> |
ImmutableLinkedList.prepend(T object) |
ImmutableLinkedList<T> |
ImmutableLinkedList.reverse() |
ImmutableLinkedList<T> |
ImmutableLinkedList.tail() |
Modifier and Type | Method and Description |
---|---|
static <T> boolean |
ImmutableLinkedList.equal(ImmutableLinkedList<T> a,
ImmutableLinkedList<T> b) |
static <T> boolean |
ImmutableLinkedList.equal(ImmutableLinkedList<T> a,
ImmutableLinkedList<T> b) |
static int |
ImmutableLinkedList.hashCode(ImmutableLinkedList<?> list) |
Constructor and Description |
---|
IllIterator(ImmutableLinkedList<T> start) |
ImmutableLinkedList(T head,
ImmutableLinkedList<T> tail) |
Modifier and Type | Field and Description |
---|---|
private ImmutableLinkedList<SequenceMatcher> |
RecoveringParseRunner.CollectResyncActionsVisitor.path |