|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.kawa.lispexpr.ReadTableEntry
gnu.kawa.lispexpr.ReaderString
public class ReaderString
Field Summary |
---|
Fields inherited from class gnu.kawa.lispexpr.ReadTableEntry |
---|
brace, constituent, illegal, multipleEscape, singleEscape, whitespace |
Constructor Summary | |
---|---|
ReaderString()
|
Method Summary | |
---|---|
java.lang.Object |
read(Lexer in,
int ch,
int count)
|
static java.lang.String |
readString(Lexer in,
int ch,
int count)
|
Methods inherited from class gnu.kawa.lispexpr.ReadTableEntry |
---|
getConstituentInstance, getDigitInstance, getIllegalInstance, getKind, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReaderString()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |