Package EDU.purdue.jtb.parser
Class RZeroOrOne
- java.lang.Object
-
- EDU.purdue.jtb.parser.Expansion_
-
- EDU.purdue.jtb.parser.RegularExpression_
-
- EDU.purdue.jtb.parser.RZeroOrOne
-
public class RZeroOrOne extends RegularExpression_
Describes zero-or-one regular expressions ().
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class EDU.purdue.jtb.parser.Expansion_
Expansion_.EXP_TYPE
-
-
Field Summary
Fields Modifier and Type Field Description RegularExpression_
regexpr
The regular expression which is repeated zero or one times.-
Fields inherited from class EDU.purdue.jtb.parser.RegularExpression_
label, lhsTokens, private_rexp, rhsToken, tpContext
-
Fields inherited from class EDU.purdue.jtb.parser.Expansion_
EOL, inMinimumSize, myGeneration, nextGenerationIndex, parent
-
-
Constructor Summary
Constructors Constructor Description RZeroOrOne()
Standard constructor
-
Method Summary
-
Methods inherited from class EDU.purdue.jtb.parser.RegularExpression_
CanMatchAnyChar, dump
-
Methods inherited from class EDU.purdue.jtb.parser.Expansion_
dumpPrefix, toString
-
-
-
-
Field Detail
-
regexpr
public RegularExpression_ regexpr
The regular expression which is repeated zero or one times.
-
-