Package gnu.kawa.lispexpr
Class ReaderString
- java.lang.Object
-
- gnu.kawa.lispexpr.ReadTableEntry
-
- gnu.kawa.lispexpr.ReaderString
-
public class ReaderString extends ReadTableEntry
-
-
Field Summary
-
Fields inherited from class gnu.kawa.lispexpr.ReadTableEntry
ampersand, brace, constituent, illegal, multipleEscape, singleEscape, whitespace
-
-
Constructor Summary
Constructors Constructor Description ReaderString()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
read(Lexer in, int ch, int count)
static String
readString(Lexer in, int ch, int count)
-
Methods inherited from class gnu.kawa.lispexpr.ReadTableEntry
getConstituentInstance, getDigitInstance, getIllegalInstance, getKind, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance, read
-
-
-
-
Method Detail
-
read
public Object read(Lexer in, int ch, int count) throws IOException, SyntaxException
- Overrides:
read
in classReadTableEntry
- Throws:
IOException
SyntaxException
-
readString
public static String readString(Lexer in, int ch, int count) throws IOException, SyntaxException
- Throws:
IOException
SyntaxException
-
-