public class ReaderMacro extends ReaderMisc
ampersand, brace, constituent, illegal, multipleEscape, singleEscape, whitespace| Constructor and Description |
|---|
ReaderMacro(Procedure procedure) |
ReaderMacro(Procedure procedure,
boolean nonTerminating) |
| Modifier and Type | Method and Description |
|---|---|
Procedure |
getProcedure() |
boolean |
isNonTerminating() |
java.lang.Object |
read(Lexer in,
int ch,
int count) |
getKindgetConstituentInstance, getDigitInstance, getIllegalInstance, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance, readpublic ReaderMacro(Procedure procedure, boolean nonTerminating)
public ReaderMacro(Procedure procedure)
public boolean isNonTerminating()
public Procedure getProcedure()
public java.lang.Object read(Lexer in, int ch, int count) throws java.io.IOException, SyntaxException
read in class ReaderMiscjava.io.IOExceptionSyntaxException