|
|||||||||
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.RJustName
public class RJustName
Describes regular expressions which are referred to just by their name. This means that a regular expression with this name has been declared earlier.
Field Summary | |
---|---|
RegularExpression |
regexpr
"regexpr" points to the regular expression denoted by the name. |
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 | |
---|---|
RJustName()
|
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 |
---|
public RegularExpression regexpr
Constructor Detail |
---|
public RJustName()
Method Detail |
---|
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa
in class RegularExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |