|
|||||||||
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.RZeroOrOne
public class RZeroOrOne
Describes zero-or-one regular expressions (
Field Summary
RegularExpression
regexpr
The regular expression which is repeated zero or one times.
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
RZeroOrOne()
Method Summary
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
regexpr
public RegularExpression regexpr
Constructor Detail
RZeroOrOne
public RZeroOrOne()
Method Detail
GenerateNfa
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa
in class RegularExpression
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD