org.javacc.parser
Class RStringLiteral

java.lang.Object
  extended by org.javacc.parser.Expansion
      extended by org.javacc.parser.RegularExpression
          extended by 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.
 
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
RStringLiteral()
           
 
Method Summary
static void DumpStrLiteralImages(java.io.PrintWriter ostr)
           
 void GenerateDfa(java.io.PrintWriter ostr, int kind)
           
 Nfa GenerateNfa(boolean ignoreCase)
           
static void reInit()
           
static void ReInit()
           
 
Methods inherited from class org.javacc.parser.RegularExpression
CanMatchAnyChar
 
Methods inherited from class org.javacc.parser.Expansion
hashCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

image

public java.lang.String image
The string image of the literal.


allImages

public static java.lang.String[] allImages
Constructor Detail

RStringLiteral

public RStringLiteral()
Method Detail

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()