public class ReaderQuote extends ReadTableEntry
brace, constituent, illegal, multipleEscape, singleEscape, whitespace
Constructor and Description |
---|
ReaderQuote(java.lang.Object magicSymbol)
Read an expression EXP and return (magicSymbol EXP).
|
ReaderQuote(java.lang.Object magicSymbol,
char next,
java.lang.Object magicSymbol2)
If the next character is 'next' read an expression EXP
and return (magicSymbol2 EXP).
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
read(Lexer in,
int ch,
int count) |
getConstituentInstance, getDigitInstance, getIllegalInstance, getKind, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance
public ReaderQuote(java.lang.Object magicSymbol)
public ReaderQuote(java.lang.Object magicSymbol, char next, java.lang.Object magicSymbol2)
public java.lang.Object read(Lexer in, int ch, int count) throws java.io.IOException, SyntaxException
read
in class ReadTableEntry
java.io.IOException
SyntaxException