org.javacc.parser
Class RStringLiteral
java.lang.Object
org.javacc.parser.Expansion
org.javacc.parser.RegularExpression
org.javacc.parser.RStringLiteral
public class RStringLiteral
- extends RegularExpression
Describes string literals.
Field Summary |
static java.lang.String[] |
allImages
|
java.lang.String |
image
The string image of the literal. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
image
public java.lang.String image
- The string image of the literal.
allImages
public static java.lang.String[] allImages
RStringLiteral
public RStringLiteral()
ReInit
public static void ReInit()
DumpStrLiteralImages
public static void DumpStrLiteralImages(java.io.PrintWriter ostr)
GenerateDfa
public void GenerateDfa(java.io.PrintWriter ostr,
int kind)
GenerateNfa
public Nfa GenerateNfa(boolean ignoreCase)
- Specified by:
GenerateNfa
in class RegularExpression
reInit
public static void reInit()