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