Package EDU.purdue.jtb.parser
Class RJustName
- java.lang.Object
-
- EDU.purdue.jtb.parser.Expansion_
-
- EDU.purdue.jtb.parser.RegularExpression_
-
- EDU.purdue.jtb.parser.RJustName
-
public class RJustName extends RegularExpression_
Describes regular expressions which are referred to just by their name. This means that a regular expression with this name has been declared earlier.
-
-
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
"regexpr" points to the regular expression denoted by the name.-
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
-
-
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
"regexpr" points to the regular expression denoted by the name.
-
-
Constructor Detail
-
RJustName
public RJustName()
Standard constructor
-
RJustName
public RJustName(Token token, java.lang.String image)
Constructor with parameters- Parameters:
token
- - the tokenimage
- - the image
-
-