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
public java.lang.Object read(Lexer in, int ch, int count) throws java.io.IOException, SyntaxException
read
in class ReadTableEntry
java.io.IOException
SyntaxException
public static java.lang.String readString(Lexer in, int ch, int count) throws java.io.IOException, SyntaxException
java.io.IOException
SyntaxException