|
Object-oriented Parser System v3.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractCollection<E>
AbstractList<Parser.Node>
Parser.Node
Parser.Group
Parser.Xor
Parser.Permute
Parser.PermutedList
Parser.AndList
public class Parser.AndList
represents a complete, unordered, delimited selection among two or more Nodes.
| Field Summary |
|---|
| Fields inherited from class Parser.PermutedList |
|---|
delimiter |
| Fields inherited from class Parser.Permute |
|---|
max, min |
| Fields inherited from class Parser.Group |
|---|
nodes |
| Fields inherited from class Parser.Node |
|---|
lookahead, position |
| Fields inherited from class AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
protected |
Parser.AndList(int position,
int lookahead,
Parser.Node delimiter,
Parser.Node... cases)
|
| Method Summary | |
|---|---|
Object |
visit(Visitor visitor)
implements divide and conquer for Visitor. |
| Methods inherited from class Parser.PermutedList |
|---|
getDelimiter |
| Methods inherited from class Parser.Group |
|---|
get, size |
| Methods inherited from class Parser.Node |
|---|
getLookahead, getPosition |
| Methods inherited from class AbstractList |
|---|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
| Methods inherited from class AbstractCollection |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface List |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
protected Parser.AndList(int position,
int lookahead,
Parser.Node delimiter,
Parser.Node... cases)
| Method Detail |
|---|
public Object visit(Visitor visitor)
Parser.NodeVisitor.
Body must be return visitor.visit(this);.
visit in class Parser.Xor
|
(c) 2008 Axel T. Schreiner |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||