JTools

org.jtools.tmpl.compiler.stmt
Class DummyReaderImpl

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

public class DummyReaderImpl
extends Object
implements StatementReader


Nested Class Summary
static class DummyReaderImpl.Factory
           
 
Constructor Summary
protected DummyReaderImpl()
           
 
Method Summary
static StatementReader.Factory getDummyReaderFactory()
           
 ParsedStatement readStatement(char[][] image, int[] offs, int len, InfoSupport support)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyReaderImpl

protected DummyReaderImpl()
Method Detail

getDummyReaderFactory

public static StatementReader.Factory getDummyReaderFactory()

readStatement

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

JTools

© 2000-2006, JTools.org.