JTools

org.jtools.tmpl.compiler.stmt
Class DefaultStatementReaderImpl

java.lang.Object
  extended by org.jtools.tmpl.compiler.stmt.DefaultStatementReaderImpl
All Implemented Interfaces:
StatementReader

public class DefaultStatementReaderImpl
extends Object
implements StatementReader


Nested Class Summary
static class DefaultStatementReaderImpl.FuncFactory
           
static class DefaultStatementReaderImpl.XmlFactory
           
 
Nested classes/interfaces inherited from interface org.jtools.tmpl.api.util.StatementReader
StatementReader.Factory
 
Constructor Summary
DefaultStatementReaderImpl(String name, MacroReader macroReader, ArgumentReader argReader)
           
 
Method Summary
static StatementReader.Factory getFunctionalReaderFactory()
           
static StatementReader.Factory getXmlStyleReaderFactory()
           
 ParsedStatement readStatement(char[][] image, int[] offs, int len, InfoSupport support)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultStatementReaderImpl

public DefaultStatementReaderImpl(String name,
                                  MacroReader macroReader,
                                  ArgumentReader argReader)
Method Detail

getFunctionalReaderFactory

public static StatementReader.Factory getFunctionalReaderFactory()

getXmlStyleReaderFactory

public static StatementReader.Factory getXmlStyleReaderFactory()

readStatement

public ParsedStatement readStatement(char[][] image,
                                     int[] offs,
                                     int len,
                                     InfoSupport support)
Specified by:
readStatement in interface StatementReader

toString

public String toString()
Overrides:
toString in class Object

JTools

© 2000-2006, JTools.org.