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