public class ZmlScanner extends CztScannerImpl
Modifier and Type | Class and Description |
---|---|
static class |
ZmlScanner.SymbolCollector
An implementation of AbstractPrintVisitor.ZPrinter.
|
Modifier | Constructor and Description |
---|---|
|
ZmlScanner(Dialect d,
Iterator<Token> iter,
Properties properties) |
protected |
ZmlScanner(Dialect d,
Properties properties)
Creates a new ZML scanner.
|
|
ZmlScanner(SectionInfo si,
net.sourceforge.czt.base.ast.Term term,
Properties properties)
Creates a new ZML scanner.
|
Modifier and Type | Method and Description |
---|---|
void |
append(Symbol s) |
Dialect |
getDialect() |
protected Symbol |
getSymbol(Token token,
Map<String,Object> fieldMap) |
protected Class<?> |
getSymbolClass() |
protected Pair<String,Object> |
getSymbolName(Token token) |
Symbol |
next_token() |
void |
prepend(Symbol s) |
protected void |
setSymbols(List<Symbol> ls) |
getSymbolMap, getSymbolMap2, logSymbol
doLog, getDebugLoggingLevel, logDebugInfo, logFormatted, setDebug
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logDebugInfo, logFormatted
protected final Dialect dialect_
protected ZmlScanner(Dialect d, Properties properties)
properties
- public ZmlScanner(Dialect d, Iterator<Token> iter, Properties properties)
public ZmlScanner(SectionInfo si, net.sourceforge.czt.base.ast.Term term, Properties properties)
term
- properties
- public void prepend(Symbol s)
public void append(Symbol s)
public Symbol next_token()
protected Class<?> getSymbolClass()
getSymbolClass
in class CztScannerImpl
public Dialect getDialect()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.