|
|||||||||
| 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.RegularExpression
org.javacc.parser.RChoice
public class RChoice
Describes regular expressions which are choices from from among included regular expressions.
| Field Summary | |
|---|---|
java.util.Vector |
choices
The list of choices of this regular expression. |
| Fields inherited from class org.javacc.parser.RegularExpression |
|---|
label, lhsTokens, private_rexp, tpContext |
| Fields inherited from class org.javacc.parser.Expansion |
|---|
inMinimumSize, myGeneration, nextGenerationIndex, parent |
| Constructor Summary | |
|---|---|
RChoice()
|
|
| Method Summary | |
|---|---|
void |
CheckUnmatchability()
|
Nfa |
GenerateNfa(boolean ignoreCase)
|
| Methods inherited from class org.javacc.parser.RegularExpression |
|---|
CanMatchAnyChar |
| 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 java.util.Vector choices
| Constructor Detail |
|---|
public RChoice()
| Method Detail |
|---|
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa in class RegularExpressionpublic void CheckUnmatchability()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||