|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.javacc.parser.Expansion
org.javacc.parser.ZeroOrOne
public class ZeroOrOne
Describes zero-or-one expansions (e.g., [foo], foo?).
| Field Summary | |
|---|---|
Expansion |
expansion
The expansion which is repeated zero or one times. |
| Fields inherited from class org.javacc.parser.Expansion |
|---|
inMinimumSize, myGeneration, nextGenerationIndex, parent |
| Constructor Summary | |
|---|---|
ZeroOrOne()
|
|
| Method Summary |
|---|
| Methods inherited from class org.javacc.parser.Expansion |
|---|
hashCode, reInit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Expansion expansion
| Constructor Detail |
|---|
public ZeroOrOne()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||