public class ReaderString extends ReadTableEntry
ampersand, brace, constituent, illegal, multipleEscape, singleEscape, whitespace | Constructor and Description |
|---|
ReaderString () |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
read (Lexer in,
int ch,
int count) |
static java.lang.String |
readString (Lexer in,
int ch,
int count) |
getConstituentInstance, getDigitInstance, getIllegalInstance, getKind, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance, read clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ReaderString()
public java.lang.Object read(Lexer in, int ch, int count) throws java.io.IOException, SyntaxException
read in class ReadTableEntry java.io.IOExceptionSyntaxException public static java.lang.String readString(Lexer in, int ch, int count) throws java.io.IOException, SyntaxException
java.io.IOExceptionSyntaxException