public class ReaderMacro extends ReaderMisc
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) |
getKind
getConstituentInstance, getDigitInstance, getIllegalInstance, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance
public 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 ReadTableEntry
java.io.IOException
SyntaxException