public class ReaderNestedComment extends ReadTableEntry
ampersand, brace, constituent, illegal, multipleEscape, singleEscape, whitespace| Constructor and Description |
|---|
ReaderNestedComment(char start1,
char start2,
char end1,
char end2) |
| Modifier and Type | Method and Description |
|---|---|
static ReaderNestedComment |
getLispInstance() |
java.lang.Object |
read(Lexer in,
int ch,
int count) |
void |
readNestedComment(LispReader reader) |
getConstituentInstance, getDigitInstance, getIllegalInstance, getKind, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance, readpublic ReaderNestedComment(char start1,
char start2,
char end1,
char end2)
public static ReaderNestedComment getLispInstance()
public java.lang.Object read(Lexer in, int ch, int count) throws java.io.IOException, SyntaxException
read in class ReadTableEntryjava.io.IOExceptionSyntaxExceptionpublic void readNestedComment(LispReader reader) throws java.io.IOException, SyntaxException
java.io.IOExceptionSyntaxException